6
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted 4 months ago by Oleg Kalnichevski
Provide comprehensive timeout configuration documentation with interaction matrix and override behavior
Posted 4 months ago by Jens Popp
Apache HTTP Client currently exposes numerous timeout settings across different configuration points (connection manager, request config, socket config, etc.). Right now they are documented (as far as I was able to find) only on the point, where they Read more
Posted 4 months ago by Jens Popp
Update: I found a bug in my code, that explains the behavior. So the TlsConfig is not necessary when connectionTimout in ConnectionConfig is set correctly! However the change still affected the default behavior, if the connectionTimout is default Read more
Posted 4 months ago by Jens Popp
This issue caused a change in behavior in a minor build that was difficult to detect. Basically I have connectTimout and requestTimeout. I want to have a fast fail if the connection including tls handshake cannot be established, but the request can Read more
Posted 4 months ago by Oleg Kalnichevski
> Simply remove the code. This will break applications where the SecurityManager would prevent getting the system properties. (it was originally added for ElasticSearch according to the ticket) stoty The ticket in question is like 8 year old and its Read more
Posted 4 months ago by Istvan Toth
Apparently that was added in HTTPASYNC-124. Java 25 still has that function, it's simply a Noop, so keeping the current code would not cause any immediate problems, apart from those warnings. ... [More] https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/AccessController.html#doPrivileged(java.security.PrivilegedAction Read more [Less]
Posted 4 months ago by Oleg Kalnichevski
stoty What I was referring are those warnings I am seeing with Java 17 ``` [WARNING] /C:/sandbox/apache.org/httpclient/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/HttpAsyncClientBuilder.java:[1269,16] java.security.AccessController in java.security has been deprecated and marked for removal Read more
Posted 4 months ago by Oleg Kalnichevski
Mutual authentication check not performed for proxies
Posted 4 months ago by ASF subversion and git services
Commit eb2a831ceb989930f984a9c22b3ce5ea792ebe5b in httpcomponents-client's branch refs/heads/5.5.x from Istvan Toth [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=eb2a831ce ] HTTPCLIENT-2403: Mutual authentication check not Read more
Posted 4 months ago by ASF subversion and git services
Commit 426ad2c27a2f3c07dbc8bde2c692795f8dbd0086 in httpcomponents-client's branch refs/heads/master from Istvan Toth [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=426ad2c27 ] HTTPCLIENT-2403: Mutual authentication check not Read more