servlets - JSF 2 LoginFilter -


  • web-inf
  • securedpagesfolder { welcome.xhtml }
  • login.xhtml

i implemented jsf2 login filter in web app when run it, works fine: try go welcome page declared in web.xml redirects me login.xhtml page, if go , type path welcome page in browser filter doesn't work anymore , in glassfish console:

jacc policy provider:failed permission check: context (" webapplication2/webapplication2 ") , permission (" ("javax.security.jacc.webuserdatapermission" "/login.xhtml" "get") ")

am using : jee7, jsf2.2, glassfish 4.1


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -