< prev index next >

src/java.base/share/classes/java/security/CodeSource.java

Print this page

        

*** 307,323 **** * </ul> * </ul> * <p> * For example, the codesource objects with the following locations * and null certificates all imply ! * the codesource with the location "http://java.sun.com/classes/foo.jar" * and null certificates: * <pre> * http: ! * http://*.sun.com/classes/* ! * http://java.sun.com/classes/- ! * http://java.sun.com/classes/foo.jar * </pre> * * Note that if this CodeSource has a null location and a null * certificate chain, then it implies every other CodeSource. * --- 307,323 ---- * </ul> * </ul> * <p> * For example, the codesource objects with the following locations * and null certificates all imply ! * the codesource with the location "http://www.example.com/classes/foo.jar" * and null certificates: * <pre> * http: ! * http://*.example.com/classes/* ! * http://www.example.com/classes/- ! * http://www.example.com/classes/foo.jar * </pre> * * Note that if this CodeSource has a null location and a null * certificate chain, then it implies every other CodeSource. *
< prev index next >