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

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DspnegoTest43 -Dhttp.maxRedirects=2 \
/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 36 milliseconds