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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java312 private boolean doingNTLM2ndStage = false; /* doing the 2nd stage of an NTLM server authentication */ field in class:HttpURLConnection
1440 doingNTLM2ndStage = false;
1454 if (!doingNTLM2ndStage) {
1486 doingNTLM2ndStage = false;
1542 doingNTLM2ndStage = false;
2120 doingNTLM2ndStage = true;
2123 doingNTLM2ndStage = true;
2126 doingNTLM2ndStage = true;

Completed in 239 milliseconds