Adding user role constraint redirects Browser to jsf.js script?
- by simgineer
My JSF form login was working with Constraint 1 however when I added Constraint 2 to my web.xml doing a submit on the form now takes me to a jsf javascript page. Can someone tell me what I am doing wrong?
I would like only administrators to be able to access the /admin/* pages and only registered users to access the entire site included admin…