users@glassfish.java.net

Re: problems with authentication from ldap (new glassfish user)

From: <glassfish_at_javadesktop.org>
Date: Mon, 28 Apr 2008 05:11:26 PDT

grant{
permission javax.security.jacc.WebResourcePermission "/"
permission javax.security.jacc.WebUserDataPermission "/"
};

if the above contents are all that is in your policy file, it suggests that no security- constraints were defined at the time you deployed your app. if you added the security constraints after deployement, you will need to redeploy your app, to cause them to be communicated to the policy system, which will translate them into the policy file,

Ron
[Message sent by forum member 'monzillo' (monzillo)]

http://forums.java.net/jive/thread.jspa?messageID=271797