Buildbot success in on tomcat-9.0.x

2025-06-12 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/1429 Blamelist: Christopher Schultz , Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] 99ae6f0276fe9214cb1f1e50991f9f9709c039f2

Buildbot success in on tomcat-10.1.x

2025-06-12 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1777 Blamelist: Christopher Schultz , Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 10.1.x] fecb23ab2b5c48ac02743197507430a7384a5e75

(tomcat) branch 9.0.x updated: Add release date

2025-06-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 99ae6f0276 Add release date 99ae6f0276 is describ

(tomcat) branch 10.1.x updated: Add release date

2025-06-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new fecb23ab2b Add release date fecb23ab2b is descr

(tomcat) branch 11.0.x updated: Add release date

2025-06-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 77d8ed66a9 Add release date 77d8ed66a9 is descr

(tomcat) branch 11.0.x updated: Optimize Request#getCharsetHolder to avoid repeated parsing when charset is null

2025-06-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new bfdd3af5c9 Optimize Request#getCharsetHolder to

(tomcat) branch main updated: Remove changelog entry since the change is not new in main/12

2025-06-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 8bbdabe02c Remove changelog entry since the change

Re: [PR] Optimize Request#getCharsetHolder to avoid repeated parsing when charset is null [tomcat]

2025-06-12 Thread via GitHub
ChristopherSchultz merged PR #867: URL: https://github.com/apache/tomcat/pull/867 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat

(tomcat) branch main updated: Optimize Request#getCharsetHolder to avoid repeated parsing when charset is null

2025-06-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new a652b71630 Optimize Request#getCharsetHolder to avo

Re: [PR] recycle RequestInfo when Request is reused in pool [tomcat]

2025-06-12 Thread via GitHub
markt-asf commented on PR #868: URL: https://github.com/apache/tomcat/pull/868#issuecomment-2967321515 HTTP/2 is handled differently because of the multiplexing. We probably do need a `recycle()` method on `RequestInfo`. It looks like it should be called around line 440 (current 9.0.x code)

[Bug 69713] HTTP/2 DATA frame with padding cause error when HEADERS contains content-length field.

2025-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69713 --- Comment #2 from Mark Thomas --- We might want to update a few method parameter names for consistency as well. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 69713] HTTP/2 DATA frame with padding cause error when HEADERS contains content-length field.

2025-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69713 --- Comment #1 from Remy Maucherat --- Created attachment 40047 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40047&action=edit Proposed patch Http2Parser.readDataFrame has two suspicious uses of payloadSize when dataLength should be

Re: [PR] recycle RequestInfo when Request is reused in pool [tomcat]

2025-06-12 Thread via GitHub
rmaucher commented on PR #868: URL: https://github.com/apache/tomcat/pull/868#issuecomment-2966635424 Definitely this PR is wrong. RequestInfo is not the stats for an individual request, so it should not be reset. -- This is an automated message from the Apache Git Service. To respond to

Buildbot failure in on tomcat-9.0.x

2025-06-12 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/1428 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 9.0.x] d62a3352e75bb0407f92f99fbeee52158e236

Buildbot failure in on tomcat-10.1.x

2025-06-12 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1776 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 10.1.x] d1a7786653e9cf3dd57f71742301e362dc8c

Re: [PR] recycle RequestInfo when Request is reused in pool [tomcat]

2025-06-12 Thread via GitHub
rmaucher closed pull request #868: recycle RequestInfo when Request is reused in pool URL: https://github.com/apache/tomcat/pull/868 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

Re: [PR] recycle RequestInfo when Request is reused in pool [tomcat]

2025-06-12 Thread via GitHub
qingdaoheze commented on PR #868: URL: https://github.com/apache/tomcat/pull/868#issuecomment-2966572313 Sorry. I don't understand what you mean. My issue is that the metrics in org.apache.coyote.RequestGroupInfo#removeRequestProcessor is not counted correctly when org.apache.coyote.http2.

Re: [PR] recycle RequestInfo when Request is reused in pool [tomcat]

2025-06-12 Thread via GitHub
rmaucher commented on PR #868: URL: https://github.com/apache/tomcat/pull/868#issuecomment-2966521488 Are you trying to fix a problem you noticed, or is this PR based on code analysis ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

(tomcat) branch 10.1.x updated: Ensure application configured welcome files override the defaults

2025-06-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new d1a7786653 Ensure application configured welcome

Buildbot success in on tomcat-9.0.x

2025-06-12 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/1427 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] cead076c992ee75073ff57df4d70f70218e9c9c6 Steps: work

(tomcat) branch 9.0.x updated: Ensure application configured welcome files override the defaults

2025-06-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new d62a3352e7 Ensure application configured welcome fi

(tomcat) branch 11.0.x updated: Ensure application configured welcome files override the defaults

2025-06-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 0673aa0a3b Ensure application configured welcome

(tomcat) branch main updated: Ensure application configured welcome files override the defaults

2025-06-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new f2a7c73e9f Ensure application configured welcome file

[Bug 69713] New: HTTP/2 DATA frame with padding cause error when HEADERS contains content-length field.

2025-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69713 Bug ID: 69713 Summary: HTTP/2 DATA frame with padding cause error when HEADERS contains content-length field. Product: Tomcat 10 Version: unspecified Hardware: PC

(tomcat) branch main updated: Cleanup

2025-06-12 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 55f1a632d2 Cleanup 55f1a632d2 is described below comm

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #11 from Carlos Cerrillo --- I also think this shouldn’t have been included as a minor change, or without any heads-up about it, because it breaks a lot of default apps. I think there should be a pretty high limit to keep backwards

(tomcat) branch 10.1.x updated: Cleanup

2025-06-12 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 8c1cc4150f Cleanup 8c1cc4150f is described below

(tomcat) branch 9.0.x updated: Cleanup

2025-06-12 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new cead076c99 Cleanup cead076c99 is described below co

(tomcat) branch 11.0.x updated: Cleanup

2025-06-12 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 632e6732bd Cleanup 632e6732bd is described below

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #10 from 123hay...@gmail.com --- (In reply to Remy Maucherat from comment #9) > The problem seems that you are not using multipart very efficiently. If you > have trivial flag parameters to pass, then URL params work, for starters. >