[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|---

[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

[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

[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:

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

2024-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #11 from Remy Maucherat --- Ok so maybe there's still something with the query string then. -- You are receiving this mail because: You are the assignee for the bug.

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

2024-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #10 from Chuck Caldarale --- I was able to reproduce the problem on 9.0.85, but not on 9.0.86 (nor on 11.0.0-M17). Looks like something fixed it recently, but there's nothing obvious to me in the changelog for 9.0.86. -- You are

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

2024-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #9 from Noah Adams --- Before you ask, I just replicated this on a clean install of 9.0.85 RHEL 9 JDK 8 I only edited tomcat_users.xml to uncomment the admin user and change the password Note that to get the sample app to work

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

2024-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Noah Adams changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

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

2024-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #7 from Noah Adams --- Created attachment 39607 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39607=edit Sample web application to reproduce bug I am attaching a very simple web application that reliably reproduces this

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

2024-02-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #6 from Noah Adams --- Lol, I'll try to get you the test case tomorrow. I assure you that this is a bug. -- You are receiving this mail because: You are the assignee for the bug.

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

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

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

2024-02-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Noah Adams changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

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

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

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

2024-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 --- Comment #2 from Mark Thomas --- No response after a week. If the requested information is not provided, the issue will be closed as WORKSFORME. -- You are receiving this mail because: You are the assignee for the bug.

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

2024-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Mark Thomas changed: What|Removed |Added OS||All Status|NEW