Bug report for Tomcat Modules [2024/03/03]

2024-03-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2024/03/03]

2024-03-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2024/03/03]

2024-03-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2024/03/03]

2024-03-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2024/03/03]

2024-03-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2024/03/03]

2024-03-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2024/03/03]

2024-03-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Sporadic Failures in org.apache.coyote.http2.TestRfc9218

2024-03-02 Thread Rainer Jung
Hi there, for a long time I get sporadic failures in org.apache.coyote.http2.TestRfc9218. It happens for all branches of TC, for NIO and NIO2 and with JSSE and tcnative. Tested platforms Linux and Solaris see this. And JVM versions 1.8.0, 11, 17 and 21 show it. It is also not restricted to a

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

(tomcat) branch 8.5.x updated: Fix BZ 68495 - force conversion to String

2024-03-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new eb665c99f7 Fix BZ 68495 - force conversion to Strin

(tomcat) branch 9.0.x updated: Fix BZ 68495 - force conversion to String

2024-03-02 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 59f09b4ca1 Fix BZ 68495 - force conversion to Strin

(tomcat) branch 10.1.x updated: Fix BZ 68495 - force conversion to String

2024-03-02 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 505ac56f83 Fix BZ 68495 - force conversion to Str

(tomcat) branch main updated: Fix BZ 68495 - force conversion to String

2024-03-02 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 61a2a05478 Fix BZ 68495 - force conversion to String

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #14 from Mark Thomas --- That was my first thought but: 1. I didn't want correct behaviour of the FormAuthenticator to depend on caching decisions in Request that could - in theory - change over time 2. I didn't cache query string w

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #13 from Remy Maucherat --- I was planning to do: public String getQueryString() { return coyoteRequest.queryString().toStringType(); } Since the idea from the FormAuthenticator is to change the MessageBytes type to

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #12 from Mark Thomas --- Thanks for the test case. I am able recreate the issue now. The root cause is a combination of this code in the FormAuthenticator: https://github.com/apache/tomcat/blob/9.0.x/java/org/apache/catalina/authen

[Bug 68696] Tomcat throws ClientAbortException: java.io.IOException: Broken pipe even the client request is complete successfully

2024-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68696 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW