+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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
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
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=68696
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
17 matches
Mail list logo