Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEC-2610: spring-faces + probleme with url parameters #2826

Open
spring-projects-issues opened this issue May 25, 2014 · 0 comments
Open

SEC-2610: spring-faces + probleme with url parameters #2826

spring-projects-issues opened this issue May 25, 2014 · 0 comments
Labels
in: taglibs An issue in spring-security-taglibs type: bug A general bug type: jira An issue that was migrated from JIRA

Comments

@spring-projects-issues
Copy link

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:

  1. create a springsecurity.taglib.xml:
http://www.springframework.org/security/tags authorize org.springframework.faces.security.FaceletsA uthorizeTagHandler areAllGranted org.springframework.faces.security.FaceletsA uthorizeTagUtils boolean areAllGranted(java.lang.String) areAnyGranted org.springframework.faces.security.FaceletsA uthorizeTagUtils boolean areAnyGranted(java.lang.String) areNotGranted org.springframework.faces.security.FaceletsA uthorizeTagUtils boolean areNotGranted(java.lang.String) isAllowed org.springframework.faces.security.FaceletsA uthorizeTagUtils boolean isAllowed(java.lang.String, java.lang.String)
  1. Register the above file in web.xml
javax.faces.FACELETS_LIBRARIES /WEB-INF/springsecurity.taglib.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

@spring-projects-issues spring-projects-issues added in: taglibs An issue in spring-security-taglibs Open type: bug A general bug type: jira An issue that was migrated from JIRA labels Feb 5, 2016
@rwinch rwinch removed the Open label May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: taglibs An issue in spring-security-taglibs type: bug A general bug type: jira An issue that was migrated from JIRA
Projects
None yet
Development

No branches or pull requests

2 participants