Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 636 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 636 Bytes

Unexpected Redirect after login with Grails and SpringSecurityCore

Initial Grails Application with SpringSecurityCore to test the redirect after a login attempt. User root:root will be created on start.

Steps to reproduce unexpected behaviour:

  • Start Application
  • Navigate to non existing page e.g localhost:8080/blah, you will Login Page
  • Don't login, navagite to startpage (localhost:8080)
  • Click on grails.plugin.springsecurity.LoginController
  • Login with root:root

Now you are on the non existing page, instead of the exptected startpage

Ticket: grails/grails-spring-security-core#560