You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/11/24 21:33:49 UTC

svn commit: r1038803 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/catalina.properties webapps/docs/changelog.xml

Author: markt
Date: Wed Nov 24 20:33:49 2010
New Revision: 1038803

URL: http://svn.apache.org/viewvc?rev=1038803&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49650
Remove unnecessary entries package.access property defined in catalina.properties.
Patch provided by Owen Farrell.

Modified:
    tomcat/trunk/conf/catalina.properties
    tomcat/trunk/java/org/apache/catalina/startup/catalina.properties
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/conf/catalina.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.properties?rev=1038803&r1=1038802&r2=1038803&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.properties (original)
+++ tomcat/trunk/conf/catalina.properties Wed Nov 24 20:33:49 2010
@@ -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

Modified: tomcat/trunk/java/org/apache/catalina/startup/catalina.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/catalina.properties?rev=1038803&r1=1038802&r2=1038803&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/catalina.properties (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/catalina.properties Wed Nov 24 20:33:49 2010
@@ -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

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1038803&r1=1038802&r2=1038803&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Nov 24 20:33:49 2010
@@ -38,6 +38,14 @@
 <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org