Searched refs:tryTransparentNTLMServer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java316 private boolean tryTransparentNTLMServer = true; field in class:HttpURLConnection
2182 /* tryTransparentNTLMServer will always be true the first
2185 if (tryTransparentNTLMServer) {
2186 tryTransparentNTLMServer =
2191 if (tryTransparentNTLMServer) {
2192 tryTransparentNTLMServer =
2197 if (tryTransparentNTLMServer) {
2211 if (tryTransparentNTLMServer ||
2212 (!tryTransparentNTLMServer && a != null)) {
2217 tryTransparentNTLMServer
[all...]

Completed in 65 milliseconds