paulrutter opened a new pull request, #534:
URL: https://github.com/apache/felix-dev/pull/534

   Felix jetty12 mapped the org.eclipse.jetty.UriComplianceMode property to 
HttpConfiguration.setUriCompliance() only, leaving redirect URI compliance at 
Jetty's default. Since Jetty 12.1 that default rejects ambiguous encodings 
(e.g. %2F) in the Location header, so a deployment relaxing request URI 
compliance (e.g. LEGACY) still had its redirects rejected.
   
   Apply the configured compliance to setRedirectUriCompliance() as well, so 
the mode takes effect end-to-end. Behavior is unchanged when the property is 
unset (Jetty defaults still apply).
   
   Added redirect URI compliance coverage to the default and LEGACY integration 
tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to