remm 2002/11/05 00:07:46 Modified: catalina/src/share/org/apache/catalina/startup catalina.properties Log: - Keep the catalina.properties files in sync. Revision Changes Path 1.2 +4 -4 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/catalina.properties Index: catalina.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/catalina.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- catalina.properties 24 Oct 2002 13:53:22 -0000 1.1 +++ catalina.properties 5 Nov 2002 08:07:46 -0000 1.2 @@ -1,11 +1,10 @@ -# +## # List of comma-separated packages that start with or equal this string # will cause a security exception to be thrown when # passed to checkPackageAccess unless the # corresponding RuntimePermission ("accessClassInPackage."+package) has # been granted. -package.access=sun. - +package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper. # # List of comma-separated packages that start with or equal this string # will cause a security exception to be thrown when @@ -16,8 +15,9 @@ # by default, no packages are restricted for definition, and none of # the class loaders supplied with the JDK call checkPackageDefinition. # -#package.definition= +package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper. +# # # List of comma-separated paths defining the contents of the "common" # classloader. Prefixes should be used to define what is the repository type.
-- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>