Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.4.1, 4.5, 5.0
-
None
-
OSGi
Description
The HttpClientBuilderFactory and internal RoutePlanner objects are a fantastic addition since 4.3.
There are couple minor bugs rendering them unusable at the moment though.
1. The OSGiRoutePlanner.determinProxy() method only examines the first proxy exception.
2. When OSGiRoutePlanner.determinProxy() is creating a NetworkAddress from a String IP address, it refers to the 6th capture group in a case where there are only four, leading to an out of bounds exception.
The class file is attached containing fixes for both issues at the 4.4.1 version. I checked and found both issues existing in the trunk (5.0) at the time of this writing.
Attachments
Attachments
Issue Links
- is duplicated by
-
HTTPCLIENT-1791 Proxy exceptions not honoured in HttpClient-osgi module
- Resolved