src/java.base/share/classes/java/security/CodeSource.java
changeset 52700 b206bdfb9fe2
parent 47418 6993f9f1ff83
child 57792 1b6806340400
child 58678 9cf78a70fa4f
equal deleted inserted replaced
52699:44fe5fab538a 52700:b206bdfb9fe2
   307      *   </ul>
   307      *   </ul>
   308      * </ul>
   308      * </ul>
   309      * <p>
   309      * <p>
   310      * For example, the codesource objects with the following locations
   310      * For example, the codesource objects with the following locations
   311      * and null certificates all imply
   311      * and null certificates all imply
   312      * the codesource with the location "http://java.sun.com/classes/foo.jar"
   312      * the codesource with the location "http://www.example.com/classes/foo.jar"
   313      * and null certificates:
   313      * and null certificates:
   314      * <pre>
   314      * <pre>
   315      *     http:
   315      *     http:
   316      *     http://*.sun.com/classes/*
   316      *     http://*.example.com/classes/*
   317      *     http://java.sun.com/classes/-
   317      *     http://www.example.com/classes/-
   318      *     http://java.sun.com/classes/foo.jar
   318      *     http://www.example.com/classes/foo.jar
   319      * </pre>
   319      * </pre>
   320      *
   320      *
   321      * Note that if this CodeSource has a null location and a null
   321      * Note that if this CodeSource has a null location and a null
   322      * certificate chain, then it implies every other CodeSource.
   322      * certificate chain, then it implies every other CodeSource.
   323      *
   323      *