jetty.project/jetty-http2
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
..
http2-client Fixes #9720 - Http2Session.streamIdleTimeout should permit being disabled 2023-07-31 17:17:01 +02:00
http2-common Fixes #10160 - Verify PROXY_AUTHENTICATION is sent to forward proxies (#10162) 2023-07-31 18:39:13 +02:00
http2-hpack Merge pull request #9798 from eclipse/jetty-10.0.x-QPACK-encoding 2023-05-29 16:43:05 +10:00
http2-http-client-transport HTTP/2 improvements. (#9749) 2023-05-27 19:14:01 +02:00
http2-server Fixes #9720 - Http2Session.streamIdleTimeout should permit being disabled 2023-07-31 17:17:01 +02:00
pom.xml Updating to version 10.0.16-SNAPSHOT 2023-04-11 13:23:25 -05:00