-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ForwardingRequestCustomizer can change request.metadata even if there are no Forwarding headers present #5437
Labels
Bug
For general bugs on Jetty side
Comments
joakime
referenced
this issue
Oct 12, 2020
+ Merge ProxyPass tests from CheckReverseProxyHeadersTest into ForwardedRequestCustomizerTest + Deleted CheckReverseProxyHeadersTest.java + Add more tests for ForcedHost configuration + Updated ForwardedRequestCustomizer to conform to expectations Signed-off-by: Joakim Erdfelt <[email protected]>
This was addressed in the changes from PR #5419 already. |
PR #5445 merged (which fixes this) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.32.v20200930
Description
Originally spotted by @bentmann on commit ac42cbd#r43135647
The
ForwardingRequestCustomizer
can change request.metadata even if there are no Forwarding headers present.The example given is a Request with ...
GET https://localhost:12345
The text was updated successfully, but these errors were encountered: