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

/hets/OWL2/java/de/unibremen/informatik/
H A DOWL2Parser.java54 private static int maxRedirects = 0; field in class:OWL2Parser
57 String t = System.getProperty("http.maxRedirects", null);
59 maxRedirects = 20;
65 maxRedirects = n;
69 + "'http.maxRedirects' - invalid number '" + t + "'");
88 if (redirCount > maxRedirects) {
89 System.err.println("Max. redirects (" + maxRedirects

Completed in 238 milliseconds