Posts by Anderson Marques • 196 points
2 posts
-
2
votes1
answer81
viewsA: User without access to resources mapped in the Security-role of the web.xml
Application servers return 401 (Not Authenticated) when the user is not authenticated and redirect to the authentication page if it is configured in web.xml. When the user does not have the…
-
1
votes1
answer511
viewsA: JSF dependency conflict with Maven
Use the tag exclusions Maven. If you are using Eclipse as an IDE. For example: in the tab Dependency Hierarchy you can see all tree-shaped dependencies. If any dependency appears more than once give…