Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I'm running into an issue where URL's that worked in Jetty 9.x before, no longer work on Jetty 12.x (with Servlet API 6).
It turns out that this behavior has changed in Jetty, and is configurable.
When using LEGACY or UNSAFE, a workaround is needed to let Jetty handle the urls properly, besides setting the URI compliance mode.
See https://github.com/jetty/jetty.project/issues/11448#issuecomment-1969206031 for more information.
I will put in a PR to get this configurable in Felix HTTP Jetty12.
Example URL that no longer works:
Attachments
Issue Links
- relates to
-
FELIX-6710 Ability to configure URI Compliance mode
- Closed
- links to