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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -