Override Undertow's defaults so that the request URL of a forwarded request is spec-compliant and make it configurable via an application property #23619
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
By default, Undertow preserves the original request URL when a request is forwarded. This does not comply with the Servlet spec which states the following:
We should override Undertow's default so that it's spec compliant and provide a configuration property so that users can easily restore the current behaviour if they are relying on it.
The text was updated successfully, but these errors were encountered: