-
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
Verify PROXY_AUTHENTICATION is sent to forward proxies #10160
Labels
Bug
For general bugs on Jetty side
Comments
sbordet
added a commit
that referenced
this issue
Jul 27, 2023
Now TunnelRequest.getURI() does not return null, so normalizeRequest() can properly apply the authentication headers. Signed-off-by: Simone Bordet <[email protected]>
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in Jetty 10.0.16 / 11.0.16 - FROZEN
Jul 31, 2023
sbordet
added a commit
that referenced
this issue
Jul 31, 2023
…#10162) Now TunnelRequest.getURI() does not return null, so normalizeRequest() can properly apply the authentication headers. Moved copy of a request to HttpRequest, so also the sub-type can be copied. Fixed restore of destination in HttpProxy.HttpProxyClientConnectionFactory.newProxyConnection(): now doing it in the promise rather than in finally block. Using the proxy destination (not the server's) to send subsequent CONNECT requests in case the first is not replied with 200. Signed-off-by: Simone Bordet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
10+
Description
Pre-empted
Authentication.Result
should be applied to requests that are sent to forward proxies.The text was updated successfully, but these errors were encountered: