SEC-2610: spring-faces + probleme with url parameters #2826
Open
Description
AndreeTago (Migrated from SEC-2610) said:
i want to explor the spring security taglibs in my xhtml page so for that i do this steps:
- create a springsecurity.taglib.xml:
- Register the above file in web.xml
when i deploy my project I get an error that requires me to add a spring-faces to solve it, but i get a new problem that the jsf url parametred no longer works(like http://localhost:8080/projet/etudiant.jsf?idEtudiant=2 ). before adding the spring-faces dependency it work's fine, the problem begin when i add this dependency of spring-faces
have you any idea about this probleme and thank you