[Bug 69748] keep-alive value is not being honoured in async servlet

2025-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 Remy Maucherat changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Remy

[Bug 69752] HOST appBase = "" accepted as valid option

2025-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69752 --- Comment #3 from Remy Maucherat --- Indeed, it definitely logs what is deployed, so it will be obvious there is something to fix. If we try to fix these kind of items, then I am sure we will run into someone reporting a regression because

[Bug 69752] HOST appBase = "" accepted as valid option

2025-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69752 --- Comment #2 from Mark Thomas --- Generally, Tomcat doesn't prevent valid but potentially foolish configuration settings. Such "protection" would add a significant amount of bloat to the codebase and, given the size and d

[Bug 69752] HOST appBase = "" accepted as valid option

2025-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69752 --- Comment #1 from Don't show my email --- NOTE: The Tomcat docs for the HOST Element are not naming what happens with an empty option is used, nor is there a security risk advise for this case. I suggest to change this for all TC ver

[Bug 69752] New: HOST appBase = "" accepted as valid option

2025-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69752 Bug ID: 69752 Summary: HOST appBase = "" accepted as valid option Product: Tomcat 9 Version: 9.0.102 Hardware: PC OS: Linux Status: NEW Sever

[Bug 69748] keep-alive value is not being honoured in async servlet

2025-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 --- Comment #3 from Nagendra --- When a request is processed synchronously, Tomcat works fine as follows. 1. Handles the request and sends a response. 2. Waits for the next request from the same client for a duration defined by

[Bug 69748] keep-alive value is not being honoured in async servlet

2025-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 --- Comment #2 from Remy Maucherat --- The keep alive you are thinking about probably does not apply to async. Async is a single request (and it uses its own timeout usually), while keep alive is the amount of time a connection stays open

[Bug 69748] keep-alive value is not being honoured in async servlet

2025-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

[Bug 69747] Incorrect reference to StaticMembershipInterceptor instead of StaticMembershipService in cluster-howto.xml

2025-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69747 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from

[Bug 69747] Incorrect reference to StaticMembershipInterceptor instead of StaticMembershipService in cluster-howto.xml

2025-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69747 Christopher Schultz changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 69748] New: keep-alive value is not being honoured in async servlet

2025-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 Bug ID: 69748 Summary: keep-alive value is not being honoured in async servlet Product: Tomcat 9 Version: 9.0.98 Hardware: PC OS: Mac OS X 10.1

[Bug 69747] New: Incorrect reference to StaticMembershipInterceptor instead of StaticMembershipService in cluster-howto.xml

2025-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69747 Bug ID: 69747 Summary: Incorrect reference to StaticMembershipInterceptor instead of StaticMembershipService in cluster-howto.xml Product: Tomcat 9 Version

[Bug 69617] Add a reminder about potential high heap memory usage in description of maxHttpRequestHeaderSize

2025-07-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69617 --- Comment #5 from Cley Friesen --- Regarding the maxHttpRequestHeaderSize setting, has anyone encountered high heap memory usage related to excessively large headers? I've seen instances where aggressive clients sending huge co

[Bug 69739] SPAM SPAM SPAM SPAM

2025-07-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69739 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID Summary|https

[Bug 69739] https://trandau.net

2025-07-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69739 --- Comment #2 from Chuck Caldarale --- The content of attachment 40068 has been deleted for the following reason: Spam -- You are receiving this mail because: You are the assignee for the bug

[Bug 69739] https://trandau.net

2025-07-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69739 --- Comment #1 from trandau --- Created attachment 40068 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40068&action=edit https://trandau.net https://trandau.net -- You are receiving this mail because: You are the assignee

[Bug 69739] New: https://trandau.net

2025-07-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69739 Bug ID: 69739 Summary: https://trandau.net Product: Tomcat Native Version: unspecified Hardware: PC OS: Windows XP Status: NEW Severity: normal

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #15 from Christopher Schultz --- (In reply to Remy Maucherat from comment #13) > (In reply to Christopher Schultz from comment #12) > > I mentioned this in a previous comment. If the file requested exists, I > > thi

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 Remy Maucherat changed: What|Removed |Added Attachment #40058|0 |1 is obsolete

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #13 from Remy Maucherat --- (In reply to Christopher Schultz from comment #12) > (In reply to Michael Osipov from comment #11) > > (In reply to Christopher Schultz from comment #8) > > > I think it's reas

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #12 from Christopher Schultz --- (In reply to Michael Osipov from comment #11) > (In reply to Christopher Schultz from comment #8) > > I think it's reasonable to use the JVM's default locale when there is none &

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #11 from Michael Osipov --- (In reply to Christopher Schultz from comment #8) > (In reply to Remy Maucherat from comment #7) > > (In reply to Michael Osipov from comment #6) > > > (In reply to Remy Maucher

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 Christopher Schultz changed: What|Removed |Added Attachment #40056|0 |1 is obsolete

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #9 from Christopher Schultz --- Comments on the patch (latest is attachment #40058 at the time of this writing). I have only read the patch, not run it. 1. I believe content-negotiation in mod_negotiation is only performed if the

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #8 from Christopher Schultz --- (In reply to Remy Maucherat from comment #7) > (In reply to Michael Osipov from comment #6) > > (In reply to Remy Maucherat from comment #3) > > > I would have thought this would be

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #7 from Remy Maucherat --- (In reply to Michael Osipov from comment #6) > (In reply to Remy Maucherat from comment #3) > > I would have thought this would be (another) feature in default servlet. >

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #6 from Michael Osipov --- (In reply to Remy Maucherat from comment #3) > I would have thought this would be (another) feature in default servlet. > I believe ServletRequest.getLocales() will return a sorted list of l

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 Remy Maucherat changed: What|Removed |Added Attachment #40057|0 |1 is obsolete

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #4 from Remy Maucherat --- Created attachment 40057 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40057&action=edit Accept-Language in default servlet Would this be an acceptable impl for simple Accpet-Language sup

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #3 from Remy Maucherat --- I would have thought this would be (another) feature in default servlet. I believe ServletRequest.getLocales() will return a sorted list of locales according to the quality from the Accept-Language header

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #2 from Christopher Schultz --- Created attachment 40056 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40056&action=edit Initial implementation as a servlet Filter This is my first effort at a ContentNegotiatio

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 fabstz...@yahoo.fr changed: What|Removed |Added Severity|normal |enhancement -- You are receiving

[Bug 69735] Support content negotiation for Accept-Language (static pages)

2025-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 --- Comment #1 from fabstz...@yahoo.fr --- See also: https://lists.apache.org/thread/2l559qcqdl5qhwgc7p0sdxww2v9b1pk5 -- You are receiving this mail because: You are the assignee for the bug

[Bug 69735] New: Support content negotiation for Accept-Language (static pages)

2025-07-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69735 Bug ID: 69735 Summary: Support content negotiation for Accept-Language (static pages) Product: Tomcat 11 Version: unspecified Hardware: PC OS: Linux

[Bug 69733] SPAM SPAM SPAM SPAM

2025-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69733 Christopher Schultz changed: What|Removed |Added Summary|https://mivja.com |SPAM SPAM SPAM SPAM -- You are

[Bug 69734] Systemd service

2025-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69734 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 69734] New: Systemd service

2025-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69734 Bug ID: 69734 Summary: Systemd service Product: Tomcat 10 Version: 10.1.42 Hardware: HP OS: Linux Status: NEW Severity: normal Priority: P2

[Bug 69733] https://mivja.com

2025-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69733 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 69733] https://mivja.com

2025-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69733 --- Comment #2 from Chuck Caldarale --- The content of attachment 40054 has been deleted for the following reason: Spam -- You are receiving this mail because: You are the assignee for the bug

[Bug 69733] https://mivja.com

2025-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69733 --- Comment #1 from Noah Fateh --- Created attachment 40054 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40054&action=edit https://mivja.com -- You are receiving this mail because: You are the assignee for

[Bug 69733] New: https://mivja.com

2025-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69733 Bug ID: 69733 Summary: https://mivja.com Product: Tomcat Native Version: unspecified Hardware: PC OS: Windows XP Status: NEW Severity: normal

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #34 from Chen Jp --- (In reply to Mark Thomas from comment #32) > Those changes would need to happen in Commons FileUpload. > > Changing the meaning of maxPartHeaderSize isn't an option as it would break > backwa

[Bug 69731] Incorrect count of maxParameterCount (double count) when executing req.getParameter(name) after req.getParts()

2025-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69731 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 69731] Incorrect count of maxParameterCount (double count) when executing req.getParameter(name) after req.getParts()

2025-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69731 --- Comment #3 from Mark Thomas --- I have a clean fix for this. I just need to write some unit tests and I'll be ready to merge it. -- You are receiving this mail because: You are the assignee for th

[Bug 56148] support (multiple) ocsp stapling

2025-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56148 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 clement.demoul...@faveod.com changed: What|Removed |Added CC||clement.demoul

[Bug 69731] Incorrect count of maxParameterCount (double count) when executing req.getParameter(name) after req.getParts()

2025-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69731 naozumi.taromaru...@nttdata.com changed: What|Removed |Added Summary|Incorrect count of |Incorrect count of

[Bug 69731] Incorrect count of maxParameterCount (double count) when executing req.getParameter(name) after request.getPart()

2025-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69731 naozumi.taromaru...@nttdata.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56148] support (multiple) ocsp stapling

2025-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56148 --- Comment #20 from Christopher Schultz --- I'm not sure investing a lot of energy in anything OCSP-related is worth it any more. https://letsencrypt.org/2024/12/05/ending-ocsp/ I know it sounds crazy, but we are basically going back t

[Bug 56148] support (multiple) ocsp stapling

2025-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56148 --- Comment #19 from logo --- Hi @Mark, I have no ways to fix this myself (provide patch). Any chance to get this fixed? It's been a while that this is happily working in JSSE :-) . Is this actually available in 10.1ff, Native 2.0?

[Bug 69731] Incorrect count of maxParameterCount (double count) when executing req.getParameter(name) after request.getPart()

2025-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69731 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 69731] New: Incorrect count of maxParameterCount (double count) when executing req.getParameter(name) after request.getPart()

2025-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69731 Bug ID: 69731 Summary: Incorrect count of maxParameterCount (double count) when executing req.getParameter(name) after request.getPart() Product: Tomcat 9

[Bug 65901] HTTP 401 response for a HEAD request violates HTTP spec by including a body

2025-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65901 Chuck Caldarale changed: What|Removed |Added Version|unspecified |1.2.48 -- You are receiving this

[Bug 65901] HTTP 401 response for a HEAD request violates HTTP spec by including a body

2025-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65901 l...@educationalnetworks.net changed: What|Removed |Added Version|1.2.48 |unspecified -- You are

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #33 from Christopher Schultz --- Honestly, maxPartHeaderCount and maxPartHeaderSize are essentially the same thing. If you are allowed to have 2kb of headers, then you can only have a certain maximum number of headers as well. You

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #32 from Mark Thomas --- Those changes would need to happen in Commons FileUpload. Changing the meaning of maxPartHeaderSize isn't an option as it would break backwards compatibility but adding a new option to limit the

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #31 from Chen Jp --- Originally there were several configurable limitation: 1. maxPostSize on Connector (default to 2MB) 2. maxParameterCount on Connector (default to 1000) 3. maxHeaderCount on Connector (default to 100) 4

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 69728] TLS with H2 - Weird log - Confusion between optional client certificate and optional verification?

2025-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69728 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 69728] TLS with H2 - Weird log - Confusion between optional client certificate and optional verification?

2025-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69728 --- Comment #2 from Guillaume Darmont --- Ok I see now. Thanks for your answer, and having a look at the log. Guillaume -- You are receiving this mail because: You are the assignee for the bug

[Bug 69728] TLS with H2 - Weird log - Confusion between optional client certificate and optional verification?

2025-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69728 --- Comment #1 from Mark Thomas --- Optional verification and optional presence are the same thing. That said, I do think the log message isn't quite right. The issue is the HTTP/2 doesn't permit re-handshaking (TLS 1.2) or post

[Bug 69728] New: TLS with H2 - Weird log - Confusion between optional client certificate and optional verification?

2025-06-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69728 Bug ID: 69728 Summary: TLS with H2 - Weird log - Confusion between optional client certificate and optional verification? Product: Tomcat 10 Version: 10.1.31 Hardware

[Bug 68901] Coyote is hardcoded to drop connections on 400|408|411|414|500|503|501 which should be configurable for application level errors to prevent expensive TLS handshake/resumption on reconnect

2025-06-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68901 Matafagafo changed: What|Removed |Added CC||matafag...@gmail.com -- You are

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

2025-06-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69713 Matafagafo changed: What|Removed |Added CC||matafag...@gmail.com -- You are

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #29 from Remy Maucherat --- (In reply to Mark Thomas from comment #28) > A log message would certainly help but historically we have tried to avoid > logging what are essentially request issues as there were concerns abo

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #28 from Mark Thomas --- I suspect the issue there is that prior to Servlet 6.1 getParameter() and friends weren't allowed to throw exceptions so there was no way to signal to the application that parameter (part) parsing had

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #27 from Remy Maucherat --- (In reply to Mark Thomas from comment #26) > Tomcat has a sufficiently wide range of users and uses that I suspect that > introducing lower limits for additional parameters would trigger further &g

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #26 from Mark Thomas --- Tomcat has a sufficiently wide range of users and uses that I suspect that introducing lower limits for additional parameters would trigger further issues along similar lines to this one regarding the

[Bug 69576] Tomcat doesn't start on JDK 17 due to an ExceptionInInitializerError

2025-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 --- Comment #22 from evelynwang0...@gmail.com --- (In reply to Thomas F from comment #13) > When will Tomcat 10.1.36 with this critical fix be released? > > This website: > https://versionlog.com/apache-tomcat/10.1/ https://grade-c

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #25 from Paolo B. --- Hello to everybody, I'm very much in agreement with those who commented before me. I understand the discussion around CVEs, and I too want to thank everyone for the effort in maintaining Tomcat, such a

[Bug 69721] The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 69722] Self

2025-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69722 Aftab Zia changed: What|Removed |Added Blocks||69723 Referenced Bugs: https

[Bug 69723] New: Self

2025-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69723 Bug ID: 69723 Summary: Self Product: POI Version: 5.4.x-dev Hardware: All OS: OpenBSD Status: NEW Severity: major Priority: P2

[Bug 69722] New: Self

2025-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69722 Bug ID: 69722 Summary: Self Product: Tomcat 11 Version: 11.0.0-M1 Hardware: All OS: OpenBSD Status: NEW Severity: minor Priority: P2

[Bug 69722] Self

2025-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69722 Aftab Zia changed: What|Removed |Added CC||sabirsaee...@gmail.com -- You are

[Bug 69721] The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 --- Comment #6 from Paolo B. --- Ok! Now I understand the limit of me example: JSF always add 2 input hidden + input type submit If you set maxPartCount="5" You can upload only 2 files... Back to the problem, this new para

[Bug 69721] The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 --- Comment #5 from Remy Maucherat --- maxPartCount is the number of total parts of the multipart, not the number of files. These changes are about the following CVEs (both rathed Important): - CVE-2025-48976 Apache Tomcat - DoS in Commons

[Bug 69721] The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 --- Comment #4 from Christoph Strasser --- Think this is the reason: https://github.com/apache/tomcat/commit/e34fe96ef8ee782b0e56b64358e8dc57cbe336a6#diff-57d2f0a72170743f6c3687a48997b2aa37d8d209efe200f00a0b9dc51fc7e572 No further opinion on

[Bug 69721] The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 --- Comment #3 from Christoph Strasser --- Up to 10.1.41 this just worked. (It´s covered by integration-tests which run every night for PrimeFaces.) With 10.1.42 it´s now broken. As far as i looked into this there 10.1.42 switched to a newer

[Bug 69721] The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 Paolo B. changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail

[Bug 69721] The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 --- Comment #2 from Paolo B. --- if you configure on server.xml maxParameterCount="1" maxPartCount="5" maxPartHeaderSize="-1" The limit seems to be 2 files -- You are receiving this mail

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #23 from Remy Maucherat --- For the record, +1 for 50 as the new default for maxPartCount. -- You are receiving this mail because: You are the assignee for the bug

[Bug 69721] The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 Mark Thomas changed: What|Removed |Added Severity|critical|normal Status|NEW

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #24 from Mark Thomas --- That is a potential 800MB memory usage on Tomcat 9 + Java 8 and 400MB memory usage for everyone else. That seems to be a reasonable default to me. It is higher than I would selected given a free choice but

[Bug 69721] New: The new Connector parameter 'maxPartCount' is not calculated correctly

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69721 Bug ID: 69721 Summary: The new Connector parameter 'maxPartCount' is not calculated correctly Product: Tomcat 10 Version: 10.1.42 Hardware: PC

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #22 from Brice --- I wanted to add my voice to those concerned about this change. Upgrading to Tomcat 10.1.42 introduced new org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException errors in some of our

[Bug 69717] DirResourceSet breaks with trailing slash on webAppMount

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69717 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #21 from Remy Maucherat --- We're really sorry for the trouble, but that's basically how CVEs work these days. They have to be secured by default regardless of the immediate consequences. There are plenty of examples ou

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #20 from c.bollme...@lecare.com --- Hello, just to mention this subtle change did cost us 2.5 team days & a whole lot of stress searching for the needle in the haystack as our app suddenly didn't work anymore with multipar

[Bug 69717] DirResourceSet breaks with trailing slash on webAppMount

2025-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69717 --- Comment #2 from Jonas Verhofsté --- Or config validation should fail when the param has a trailing slash? It just silently not working and that not being documented anywhere is still a regression caused by the fix for the CVE. :) -- You

[Bug 69717] DirResourceSet breaks with trailing slash on webAppMount

2025-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69717 --- Comment #1 from Remy Maucherat --- Please read: "Moderate: Security constraint bypass for PreResources and PostResources CVE-2025-49125" https://tomcat.apache.org/security-9.html Stripping the tra

[Bug 69717] New: DirResourceSet breaks with trailing slash on webAppMount

2025-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69717 Bug ID: 69717 Summary: DirResourceSet breaks with trailing slash on webAppMount Product: Tomcat 9 Version: 9.0.106 Hardware: PC OS: Linux

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #19 from Rainer Jung --- I didn't inspect the code, but would it be possible to roughly count the bytes while reading/processing the request and err out if it gets too large? That way we could increase the limits of the facto

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

2025-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69713 --- Comment #4 from Mark Thomas --- Fixed in: - 11.0.x for 11.0.9 onwards - 10.1.x for 10.1.43 onwards - 9.0.x for 9.0.107 onwards -- 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-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69713 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #18 from 123hay...@gmail.com --- My thoughs on this: 1. Communication of new enforced Limits. If Tomcat introduces new Limits for whatever reason (CVEs oder other things) it should be clearly stated that there are new limits to

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #17 from Remy Maucherat --- 30 to 60 just like that seems too high to me, 25 would be 400MB, which is already huge. You got to realize that processing this is not free if an attacker shows up with a fully populated request. One

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #16 from Carlos Cerrillo --- I believe that any value between 30 and 60 -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 69710] FileCountLimitExceededException is thrown in version 11.0.8

2025-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 --- Comment #15 from Mark Thomas --- Increasing it to what? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr

  1   2   3   4   5   6   7   8   9   10   >