Searched defs:needAuth (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/
H A DProxyTunnelServer.java60 static boolean needAuth = false; field in class:ProxyTunnelServer
70 needAuth = auth;
76 * user when a CONNECT request is made and needAuth is set to true.
100 * Processes the CONNECT requests, if needAuth is set to true, then
104 * needAuth is set to false, Proxy-Authorization checks are not made
115 if (needAuth) {
120 needAuth = false;
126 respondForConnect(needAuth);
129 if (!needAuth) {
149 private void respondForConnect(boolean needAuth) throw argument
[all...]
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DProxyTunnelServer.java62 static boolean needAuth = false; field in class:ProxyTunnelServer
72 needAuth = auth;
78 * user when a CONNECT request is made and needAuth is set to true.
102 * Processes the CONNECT requests, if needAuth is set to true, then
106 * needAuth is set to false, Proxy-Authorization checks are not made
117 if (needAuth) {
122 needAuth = false;
128 respondForConnect(needAuth);
131 if (!needAuth) {
151 private void respondForConnect(boolean needAuth) throw argument
[all...]
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DProxyTunnelServer.java61 static boolean needAuth = false; field in class:ProxyTunnelServer
71 needAuth = auth;
77 * user when a CONNECT request is made and needAuth is set to true.
101 * Processes the CONNECT requests, if needAuth is set to true, then
105 * needAuth is set to false, Proxy-Authorization checks are not made
116 if (needAuth) {
121 needAuth = false;
127 respondForConnect(needAuth);
130 if (!needAuth) {
150 private void respondForConnect(boolean needAuth) throw argument
[all...]

Completed in 40 milliseconds