spring-attic / spring-security-javaconfig

Spring Security Java Configuration Support (to be merged with spring-security-config)
175 stars 121 forks source link

Defaults for FormLogin and Logout #97

Closed rwinch closed 11 years ago

rwinch commented 11 years ago

the defaults for FormLogin and Logout should be based upon the login page url, so if the login page url is specified and the error page is not it should be loginPage + "?error" and if logout page is not specified the logout page should be loginPage + "?logout"

rwinch commented 11 years ago

Changed mind as adds too much complexity for little value