[Bug 69466] Content-Length removal from HEAD response should not be mandatory

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69466 --- Comment #4 from Mark Thomas --- If you need a work-around until the December releases, use 10.1.31 and disable tag pooling. -- You are receiving this mail because: You are the assignee for the bug.

(tomcat) branch 10.1.x updated: Fix BZ 69466 - rework handling of HEAD requests

2024-11-21 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 8847b6638b Fix BZ 69466 - rework handling of HEAD

Re: Tomcat 9 has an issue with closing the abandoned connections (if configured) since Tomcat 9.0.42

2024-11-21 Thread Mark Thomas
On 21/11/2024 16:19, robot carver wrote: чт, 21 лист. 2024 р. о 16:47 Rémy Maucherat пише: On Thu, Nov 21, 2024 at 4:33 PM robot carver wrote: Hi! I am posting this into the dev list as I am not familiar with the right place for a DBCP issue in Tomcat's Bugzilla structure. I am seeking Rém

(tomcat) branch 11.0.x updated: Fix BZ 69466 - rework handling of HEAD requests

2024-11-21 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 c899ae319d Fix BZ 69466 - rework handling of HEAD

Re: Tomcat 9 has an issue with closing the abandoned connections (if configured) since Tomcat 9.0.42

2024-11-21 Thread robot carver
чт, 21 лист. 2024 р. о 16:47 Rémy Maucherat пише: > On Thu, Nov 21, 2024 at 4:33 PM robot carver > wrote: > > > > Hi! > > I am posting this into the dev list as I am not familiar with the right > > place for a DBCP issue in Tomcat's Bugzilla structure. > > > > I am seeking Rémy attention, as he

(tomcat) branch main updated: Fix BZ 69466 - rework handling of HEAD requests

2024-11-21 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 a7fff9cfb1 Fix BZ 69466 - rework handling of HEAD req

Re: Tomcat 9 has an issue with closing the abandoned connections (if configured) since Tomcat 9.0.42

2024-11-21 Thread Christopher Schultz
Rémy, On 11/21/24 10:46 AM, Rémy Maucherat wrote: On Thu, Nov 21, 2024 at 4:33 PM robot carver wrote: Hi! I am posting this into the dev list as I am not familiar with the right place for a DBCP issue in Tomcat's Bugzilla structure. I am seeking Rémy attention, as he is currently maintaining

[Bug 69468] Uploaded file is corrupted when using HTTP 2 and JSSE

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69468 Christopher Schultz changed: What|Removed |Added Resolution|WONTFIX |INVALID --- Comment #3 from Chri

Re: Tomcat 9 has an issue with closing the abandoned connections (if configured) since Tomcat 9.0.42

2024-11-21 Thread Rémy Maucherat
On Thu, Nov 21, 2024 at 4:33 PM robot carver wrote: > > Hi! > I am posting this into the dev list as I am not familiar with the right > place for a DBCP issue in Tomcat's Bugzilla structure. > > I am seeking Rémy attention, as he is currently maintaining Tomcat 9. > > Could you please review this

Tomcat 9 has an issue with closing the abandoned connections (if configured) since Tomcat 9.0.42

2024-11-21 Thread robot carver
Hi! I am posting this into the dev list as I am not familiar with the right place for a DBCP issue in Tomcat's Bugzilla structure. I am seeking Rémy attention, as he is currently maintaining Tomcat 9. Could you please review this DBCP2 issue? I think Tomcat 9 has an issue with closing the abando

[Bug 69466] Content-Length removal from HEAD response should not be mandatory

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69466 --- Comment #3 from Pawel Veselov --- @Mark - regarding implementation - may be marking a response as "not handled directly" by a servlet, i.e., handled through default implementation of HttpServlet.doHead(), applying the current filters to suc

[Bug 69466] Content-Length removal from HEAD response should not be mandatory

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69466 --- Comment #2 from Mark Thomas --- For info, I am working on a better fix for this at the moment. We have an extensive set of tests (about 18,000) for this that cover all sorts of edge cases. The approach I am trying to implement is: - don't

[Bug 69468] Uploaded file is corrupted when using HTTP 2 and JSSE

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69468 --- Comment #2 from Mark Thomas --- Thanks for letting us know. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubs

[Bug 69466] Content-Length removal from HEAD response should not be mandatory

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69466 Remy Maucherat changed: What|Removed |Added CC||pawel.vese...@gmail.com --- Comment #

[Bug 69469] Servlets can not set certain headers in responses to HEAD requests

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69469 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69469] New: Servlets can not set certain headers in responses to HEAD requests

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69469 Bug ID: 69469 Summary: Servlets can not set certain headers in responses to HEAD requests Product: Tomcat 10 Version: 10.1.33 Hardware: PC OS: Linux

[Bug 69468] Uploaded file is corrupted when using HTTP 2 and JSSE

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69468 Jiri Trnka changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

Re: [PR] Allow applications to trigger sending of 103 early hints [tomcat]

2024-11-21 Thread via GitHub
ChristopherSchultz commented on PR #764: URL: https://github.com/apache/tomcat/pull/764#issuecomment-2491096139 The Servlet 6.2 spec doesn't actually exist yet... at least not in any published form. That reference is speculative, assuming that the work being done here will ultimately

[Bug 69447] Tomcat 9.0.97 fails to load classes due to the newly added ConcurrentLruCache

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69447 --- Comment #5 from Conrad Kostecki --- I can also confirm, that the workaround works fine for 9.0.97. Thanks! -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 69444] jakarta.servlet.error.message request attribute should be empty string instead of null

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69444 --- Comment #7 from Paolo B. --- Thanks! I've reported this to Mojarra project -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-

(tomcat) branch 11.0.x updated: Add two missing strings

2024-11-21 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 9a75e435d6 Add two missing strings 9a75e435d6 is d

(tomcat) branch main updated: Add two missing strings

2024-11-21 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 5f0888afba Add two missing strings 5f0888afba is descr

(tomcat) branch 9.0.x updated: Improve status manager information

2024-11-21 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 d0a80ec2ee Improve status manager information d0a80e

(tomcat) branch 10.1.x updated: Improve status manager information

2024-11-21 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 c24cace8c9 Improve status manager information c24c

(tomcat) branch 11.0.x updated: Improve status manager information

2024-11-21 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 a4ee31b031 Improve status manager information a4ee

(tomcat) branch main updated: Improve status manager information

2024-11-21 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 06148126e5 Improve status manager information 06148126

[Bug 69447] Tomcat 9.0.97 fails to load classes due to the newly added ConcurrentLruCache

2024-11-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69447 --- Comment #4 from so...@his.de --- Thank you :) I will test your patch when tomcat 9.0.98 is released. -- You are receiving this mail because: You are the assignee for the bug. ---