jetty.project/tests/test-http-client-transport/src/test
Simone Bordet b2477d1c38
Fixes #10160 - Verify PROXY_AUTHENTICATION is sent to forward proxies (#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 <simone.bordet@gmail.com>
2023-07-31 18:39:13 +02:00
..
java/org/eclipse/jetty/http/client Fixes #10160 - Verify PROXY_AUTHENTICATION is sent to forward proxies (#10162) 2023-07-31 18:39:13 +02:00
resources #9397 fix keystores with invalid Subject Alternate Names 2023-05-26 23:09:24 +02:00