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

/openjdk7/jdk/test/java/security/CodeSource/
H A DImplies.java35 URL thisURL = new URL("http", "localhost", "file");
38 testImplies(thisURL, thatURL, false);
40 thisURL = new URL("http", "localhost", "dir/-");
43 testImplies(thisURL, thatURL, true);
48 private static void testImplies(URL thisURL, URL thatURL, boolean result) argument
52 new CodeSource(thisURL, (java.security.cert.Certificate[]) null);

Completed in 29 milliseconds