Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49650
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 24 Nov 2010 20:33:49 +0000 (20:33 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 24 Nov 2010 20:33:49 +0000 (20:33 +0000)
Remove unnecessary entries package.access property defined in catalina.properties.
Patch provided by Owen Farrell.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1038803 13f79535-47bb-0310-9956-ffa450edef68

conf/catalina.properties
java/org/apache/catalina/startup/catalina.properties
webapps/docs/changelog.xml

index 518f543..e43fd03 100644 (file)
@@ -19,7 +19,7 @@
 # passed to checkPackageAccess unless the
 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 # been granted.
-package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
+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
index 00d758a..d226f8a 100644 (file)
@@ -19,7 +19,7 @@
 # passed to checkPackageAccess unless the
 # corresponding RuntimePermission ("accessClassInPackage."+package) has
 # been granted.
-package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
+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
index 1e0a771..e50e571 100644 (file)
 <body>
 <!-- General, Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Other -->
 <section name="Tomcat 7.0.6 (markt)">
+  <subsection name="Catalina">
+    <changelog>
+      <fix>
+        <bug>49650</bug>: Remove unnecessary entries package.access property
+        defined in catalina.properties. Patch provided by Owen Farrell. (markt) 
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Coyote">
     <changelog>
       <add>