This is what request map table contains:
'/', '/index', '/index.gsp', '/**/favicon.ico',
'/assets/**', '/**/js/**', '/**/css/**', '/**/images/**',
'/login', '/login.*', '/login/*',
'/logout', '/logout.*', '/logout/*']
But no static resources are loaded in login page
. every request to static resource redirects to login/auth
.
In my (Spring Security 2.0-RC4) application I have:
and that is working without problems. Note that I use annotations.
It looks as if you use request mappings, and from the documentation I read that you probably create request mappings like this:
Perhaps you should consider to make a save(failOnError: true) to make sure, that you actually have data in your requestmap table.
Obviously you use request mappings. So have a look to Using Spring Security and Requestmap fails in Grails
In addition to be sure your requestmap is ok you may flush your requestmap, e.g.: