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

/openjdk7/jdk/test/sun/security/krb5/auto/
H A DHttpNegotiateServer.java92 static URL webUrl, proxyUrl; field in class:HttpNegotiateServer
107 if (!this.getRequestingHost().equalsIgnoreCase(webUrl.getHost())) {
110 if (this.getRequestingPort() != webUrl.getPort()) {
113 if (!this.getRequestingURL().equals(webUrl)) {
190 webUrl = new URL("http://" + WEB_HOST +":" + webPort + "/a/b/c");
222 webUrl.openConnection().getInputStream()));
242 webUrl.openConnection().getInputStream()));

Completed in 45 milliseconds