You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/12/02 01:04:41 UTC

DO NOT REPLY [Bug 48323] AccessControlException on AJP connector, in security mode

https://issues.apache.org/bugzilla/show_bug.cgi?id=48323

--- Comment #1 from Alexis Hassler <al...@sewatech.fr> 2009-12-01 16:04:40 UTC ---
OK, I fixed it by adding these three lines in catalina.policy :

grant { 
  ...
  permission java.lang.RuntimePermission
"accessClassInPackage.org.apache.coyote";
  permission java.util.PropertyPermission
"org.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER", "read";
  permission java.lang.RuntimePermission
"accessClassInPackage.org.apache.tomcat.util.buf";
};

Maybe it could be provided by default...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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