Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.3
-
None
-
JDK6
Description
When we write e.g.:
HttpHost proxy = new HttpHost("my-proxy:8080");
HttpHost interprets it as a hostname="my-proxy:8080" and port=-1. I believe it should be able to parse the exemplified "my-proxy:8080" correctly.
Attachments
Issue Links
- blocks
-
HTTPCLIENT-1480 Provide a convenience method to parse a proxy with format localhost:port
- Closed
- is related to
-
HTTPCLIENT-1480 Provide a convenience method to parse a proxy with format localhost:port
- Closed