Java : HTTP(S)/WebServices connections through NTLM proxy
问题 We have a java client side application deployed in our customer (a java application, not an applet). This application checks connectivity with an url.openConnection() and calls web services (with CXF/JAX-WS) through internet. Some of our customer network use proxies to access to the external world. The client side application sets the proxy parameter in java system properties : System.setProperty("proxySet", "true"); //Obsolete ? System.setProperty("http.keepAlive", "false"); System