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

--- Comment #1 from Alexis Hassler <alexis.hass...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to