-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.4.0
-
Fix Version/s: 3.4.1
-
Component/s: wagon-http
-
Labels:None
Instead of using org.apache.http.HttpHost.create(String) the code uses org.apache.http.HttpHost.HttpHost(String) which accepts the host only. One can never set any other port than default one (80).