svn commit: r833516 - /tomcat/trunk/conf/catalina.policy

View: New views
2 Messages — Rating Filter:   Alert me  

svn commit: r833516 - /tomcat/trunk/conf/catalina.policy

by Mark Thomas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: markt
Date: Fri Nov  6 18:48:20 2009
New Revision: 833516

URL: http://svn.apache.org/viewvc?rev=833516&view=rev
Log:
fix typo - thanks Sebb

Modified:
    tomcat/trunk/conf/catalina.policy

Modified: tomcat/trunk/conf/catalina.policy
URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.policy?rev=833516&r1=833515&r2=833516&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.policy (original)
+++ tomcat/trunk/conf/catalina.policy Fri Nov  6 18:48:20 2009
@@ -135,7 +135,7 @@
     // Allow read of JAXP compliant XML parser debug
     permission java.util.PropertyPermission "jaxp.debug", "read";
 
-    // All JSPs need to ne able to read this package
+    // All JSPs need to be able to read this package
     permission java.lang.RuntimePermission "accessClassInPackage.org.apache.tomcat";
     
     // Precompiled JSPs need access to these packages.



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


Re: svn commit: r833516 - /tomcat/trunk/conf/catalina.policy

by sebb-2-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 06/11/2009, markt@... <markt@...> wrote:
> Author: markt
>  Date: Fri Nov  6 18:48:20 2009
>  New Revision: 833516
>
>  URL: http://svn.apache.org/viewvc?rev=833516&view=rev
>  Log:
>  fix typo - thanks Sebb

OK, NP

>  Modified:
>     tomcat/trunk/conf/catalina.policy

Just noticed that the policy contains:

permission java.lang.RuntimePermission
"accessClassInPackage.org.apache.jasper.runtime.*";

However, as far as I can tell, there are no packages below jasper.runtime.
So perhaps this permission can be removed?

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