Author: pero
Date: Wed Apr 12 23:32:25 2006
New Revision: 393732
URL: http://svn.apache.org/viewcvs?rev=393732&view=rev
Log:
Fix that balancer app bundle with .jar and can start with SecurityManager
support.
Modified:
tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy
URL:
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy?rev=393732&r1=393731&r2=393732&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy (original)
+++ tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy Wed Apr 12
23:32:25 2006
@@ -83,8 +83,8 @@
permission java.security.AllPermission;
};
-// The permissions granted to the balancer WEB-INF/classes directory
-grant codeBase "file:${catalina.home}/webapps/balancer/WEB-INF/classes/-" {
+// The permissions granted to the balancer WEB-INF/classes and WEB-INF/lib
directory
+grant codeBase "file:${catalina.home}/webapps/balancer/-" {
permission java.lang.RuntimePermission
"accessClassInPackage.org.apache.tomcat.util.digester";
permission java.lang.RuntimePermission
"accessClassInPackage.org.apache.tomcat.util.digester.*";
};
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=393732&r1=393731&r2=393732&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Apr 12 23:32:25 2006
@@ -102,11 +102,12 @@
<subsection name="Webapps">
<changelog>
<fix>
+ <bug>39292</bug>: Update catalina.policy at demo balancer app. Fix
provided by Kerry Sainsbury (pero)
+ </fix>
+ <fix>
<bug>36847</bug>: Fixed the manager app copy function to not overwrite
fileA with fileB when fileA==fileB.
Fix provided by Haroon Rafique (fhanik)
</fix>
- </changelog>
- <changelog>
<fix>
<bug>38508</bug>: Several enhancements to Host Manager application,
including configurable
manager app support and dialog box enhancements. Thanks to George
Sexton for the patch. (yoavs)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]