Author: remm
Date: Wed Apr 6 15:06:39 2016
New Revision: 1737994
URL: http://svn.apache.org/viewvc?rev=1737994&view=rev
Log:
Revert r1737150, no additional permission or workaround is needed in 8.5.
Modified:
tomcat/tc8.5.x/trunk/conf/catalina.policy
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.5.x/trunk/conf/catalina.policy
URL:
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/conf/catalina.policy?rev=1737994&r1=1737993&r2=1737994&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/conf/catalina.policy (original)
+++ tomcat/tc8.5.x/trunk/conf/catalina.policy Wed Apr 6 15:06:39 2016
@@ -77,7 +77,6 @@ grant codeBase "file:${catalina.home}/bi
permission java.lang.RuntimePermission "shutdownHooks";
permission java.lang.RuntimePermission "getClassLoader";
permission java.lang.RuntimePermission "setContextClassLoader";
- permission java.lang.RuntimePermission
"accessClassInPackage.org.apache.catalina.loader";
permission java.lang.management.ManagementPermission "monitor";
Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1737994&r1=1737993&r2=1737994&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Wed Apr 6 15:06:39 2016
@@ -198,11 +198,6 @@
<bug>59211</bug>: Add hamcrest to Eclipse classpath. Patch is provided
by Huxing Zhang. (violetagg)
</fix>
- <fix>
- <bug>59247</bug>: Add loader package access permission to JULI.
- Based on a patch submitted by Coty Sutherland.
- (remm)
- </fix>
<update>
<bug>59280</bug>: Update the NSIS Installer used to build the
Windows Installers to version 2.51. (kkolinko)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]