You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now TunnelRequest.getURI() does not return null, so normalizeRequest() can properly apply the authentication headers.
Signed-off-by: Simone Bordet <[email protected]>
…#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]>
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: