You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For jetty-10 and beyond, the default is changed to disallow all three. It is now configurable in a new UriCompliance class that can be set on HttpConfiguration
The point being that URL encoding of / makes it ambiguous and that isn't allowed by default with Jetty 11.0.1+
At this point from a Jex perspective this is fine. If people are requiring the old behavior they would need to configure Jetty via UriCompliance back to the legacy behavior.
Summary
In summary, we will change the Jex test and move forward with the default jetty 11.0.1 behavior as the expected behavior.
Refer jetty/jetty.project#6001
The text was updated successfully, but these errors were encountered: