Jetty version(s)
12.1.x
Enhancement Description
Currently, if using the RewriteCustomizer with a Rewrite Rule that modifies the HTTP URI, any UriCompliance information from the original HTTP URI is lost.
We should introduce a configuration on Rewrite Rules that modify the HTTP URI to preserve the UriCompliance violations from the original HTTP URI to the newly rewritten HTTP URI. This will allow users that want to be notified to their ComplianceViolation.Listeners of the original violations.
Jetty version(s)
12.1.x
Enhancement Description
Currently, if using the
RewriteCustomizerwith a Rewrite Rule that modifies the HTTP URI, any UriCompliance information from the original HTTP URI is lost.We should introduce a configuration on Rewrite Rules that modify the HTTP URI to preserve the UriCompliance violations from the original HTTP URI to the newly rewritten HTTP URI. This will allow users that want to be notified to their
ComplianceViolation.Listenersof the original violations.