File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes Problem with Spring Security Login Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Problem with Spring Security Login" Watch "Problem with Spring Security Login" New topic
Author

Problem with Spring Security Login

Ismael Rodriguez
Greenhorn

Joined: Dec 26, 2012
Posts: 6
I'm developing login page with spring security but when I start my project automatically redirected to the login page. I've a in my web.xml with redirect to index.xhtml, why is redirect to login.xhtml?

web.xml


applicationContext.xml

Petri Kainulainen
Greenhorn

Joined: Dec 29, 2012
Posts: 2

The reason of this behavior is that anonymous users do not have roles. In other words, the problem is found from your application context configuration file:


You should use the permitAll() expression here. Also, you need to enable expressions since they are disabled by default. The relevant part of your application context configuration file should look as follows:


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with Spring Security Login
 
Similar Threads
Exception while running the Spring example
login form with database and spring security
JSF 1.2 + Authentication with Spring Security 3.0.5
Spring security and jsf Integration
HTTP Status 404 - /j_spring_security_check