I am running GWT 2.0 with Spring security and GAE. When I start my
app, I do have this error:
Caused: access denied (java.lang.RuntimePermission modifyThreadGroup)
It doesn't prevent my app to work neither affect my security. However
it takes some processing time and I would like to get rid of it.
I believe I have to setup the following permission in Java security
to
remove it:
grant {
permission java.lang.RuntimePermission "modifyThreadGroup";
};

Has anybody been successful removing this error? If yes, could you
please post some details?

Thanks a lot.

Cyril

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to