spring-guides / gs-securing-web

Securing a Web Application :: Learn how to protect your web application with Spring Security.
http://spring.io/guides/gs/securing-web/
Apache License 2.0
364 stars 447 forks source link

added root to the list of permitAll matchers to allow home redirect without login #7

Closed jbaruch closed 10 years ago

jbaruch commented 11 years ago

added root to the list of permitAll matchers to allow home redirect without login

gregturn commented 10 years ago

Thanks!