https://bz.apache.org/bugzilla/show_bug.cgi?id=68495
Noah Adams <nad...@cirqular.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- CC| |nad...@cirqular.com --- Comment #4 from Noah Adams <nad...@cirqular.com> --- Also encountering this bug on upgrading from Tomcat 9.0.73 to 9.0.85 After the upgrade I can replicate by logging in, bringing up a page, letting my session expire and then submitting a POST. It brings up the login page and then after logging in throws a server error 500. Downgrading back to 9.0.73 worked to fix it. I am not running any sort of monitoring agent. It looks like the POST is getting mangled into a broken GET somehow? >From the access log: 10.64.249.226 - AN00040 [29/Feb/2024:13:53:24 -0600] "POST e=ryan&fname=ryan&bed=&ssn=&idnum=&topNavSearc HTTP/1.1" 500 1891 Error thrown: Feb 29, 2024 1:53:24 PM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Processing ErrorPage[errorCode=500, location=/error/ServletError.jsp] java.lang.IllegalStateException: Unable to find match between the canonical context path [/conline] and the URI presented by the user agent [e=ryan&fname=ryan&bed=&ssn=&idnum=&topNavSearc] We are running tomcat using Java 8 on a RHEL 7 machine. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org