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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java92 static final int maxRedirects; field in class:HttpURLConnection
198 maxRedirects = java.security.AccessController.doPrivileged(
200 "http.maxRedirects", defaultmaxRedirects)).intValue();
1634 } while (redirects < maxRedirects);
1870 } while (retryTunnel < maxRedirects);
1872 if (retryTunnel >= maxRedirects || (respCode != HTTP_OK)) {

Completed in 29 milliseconds