Java version/vendor(use: java -version)
openjdk version "17.0.10"
OS type/version
macOS Sonoma 14.7
Description
Request URIs with encoded slash (%2F) are being rejected with 400 Bad Request after migrating to Jetty12 from Jetty11. I am also using Jakarta 6.0.0.
How to reproduce?
Send any request with encoded slash. Even if there's no mapping of the URL, it should fail with 404 Not Found instead of 400 Bad Request.
Jetty version(s) 12.0.13
Jetty Environment ee10
Java version/vendor
(use: java -version)
openjdk version "17.0.10"OS type/version macOS Sonoma 14.7
Description Request URIs with encoded slash (%2F) are being rejected with 400 Bad Request after migrating to Jetty12 from Jetty11. I am also using Jakarta 6.0.0.
How to reproduce? Send any request with encoded slash. Even if there's no mapping of the URL, it should fail with 404 Not Found instead of 400 Bad Request.