Re: T5 and restrictive policies

2009-02-11 Thread Howard Lewis Ship
Please open an issue. I've also been thinking that Tapestry should be making use of AccessController.doPrivileged() ... I'm just not sure exactly what things need it. Certainly, creating a ClassLoader. On Wed, Feb 11, 2009 at 2:57 AM, Ulrich Stärk wrote: > This has come up before (for example h

Re: T5 and restrictive policies

2009-02-11 Thread Ulrich Stärk
This has come up before (for example here: http://markmail.org/thread/as67xcjkw2s2pbiw) and at the moment the only solution according to Howard is to completely deactivate security which I'm not very happy with. Howard, should I open an issue for specifying the access rights Tapestry needs or

Re: T5 and restrictive policies

2009-02-11 Thread Ulrich Stärk
The policy is of course grant codeBase "file:/var/lib/tomcat5.5/webapps/mailadmin/-" { permission java.security.AllPermission; }; Uli Ulrich Stärk schrieb: Hi, I've got a Tomcat 5.5 installation with a very restrictive security policy in place. When I try to access my application, I

T5 and restrictive policies

2009-02-11 Thread Ulrich Stärk
Hi, I've got a Tomcat 5.5 installation with a very restrictive security policy in place. When I try to access my application, I get a nasty security exception: java.security.AccessControlException: access denied (java.io.FilePermission /var/lib/tomcat5.5/webapps/mailadmin/WEB-INF/classes/org/