Posted
3 months
ago
by
Arturo Bernal
Metrics missing
|
Posted
3 months
ago
by
ASF subversion and git services
Commit db623f88546de694542f80dd737b5e938879e8d1 in httpcomponents-client's branch refs/heads/dependabot/maven/org.junit-junit-bom-5.11.1 from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=db623f885 ] HTTPCLIENT-2337 Read more
|
Posted
3 months
ago
by
ASF subversion and git services
Commit db623f88546de694542f80dd737b5e938879e8d1 in httpcomponents-client's branch refs/heads/master from Arturo Bernal [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=db623f885 ] HTTPCLIENT-2337: Sanitize X500Principal Logging in Read more
|
Posted
3 months
ago
by
ASF GitHub Bot
arturobernalg commented on PR #483: URL: https://github.com/apache/httpcomponents-core/pull/483#issuecomment-2380677407 > Code is fine for me now, but the title is wrong. The actual report does not relate to any redirects at all. Please change Read more
|
Posted
4 months
ago
by
Ben Plotnick
I strongly disagree with this resolution. Whether you agree or not, this is a breaking change that is hostile toward users with little benefit. I have already reported this issue to Envoy, but even when Envoy fixes this, there are millions of Read more
|
Posted
4 months
ago
by
Ben Plotnick
Here's a repro: https://github.com/bplotnick/httpclient-envoy/tree/main And the logs:
13:23:47.361 [main] DEBUG org.apache.hc.client5.http.impl.classic.InternalHttpClient - ex-0000000001 preparing request execution
13:23:47.367 [main] DEBUG
Read more
|
Posted
4 months
ago
by
Oleg Kalnichevski
I ran a few message exchnages using this sample [1] as a test case. The proxy used for tests is Squid 3 running in a docker container. The target server is httpbin.org that we all love. This is the wire log of a message exchange executed through Read more
|
Posted
4 months
ago
by
Gary D. Gregory
HTTP/1.1 TLS Upgrade (RFC-2817) should not be default
|
Posted
4 months
ago
by
Oleg Kalnichevski
> Servers are not obliged to follow RFC-2817. It is not part of the HTTP/1.1 spec. bplotnick There is not a word in RFRC 9110 about it making RFC 2817 obsolete. > This also does not prescribe server behavior and I don't believe a server would be Read more
|
Posted
4 months
ago
by
Arturo Bernal
I still don’t see any issue here. The HttpClient is behaving correctly and following RFC-2817 as intended. While servers and proxies are not obligated to accept upgrade requests per RFC-9110, rejecting these requests doesn’t mean the client is at Read more
|