Hi, I am using HttpClient 3.1 in my web application. The Java version is 5. The issue I am facing is, on a XP machine with IPv6 enabled, I get a ConnectionException when trying to execute any method (GET, POST etc.).
Here is one example: I have another application running on my machine (at port 4444) and my tomcat is running at 8080. Now if I try to do GetMethod get = GetMethod method = new GetMethod(http://localhost:4444/app/getxml), it throws ConnectionException. Uninstalling IPv6 and restarting the applications fixes this issue. What is happening here and how do I fix this? -Thanks
