kaleidos / grails-security-stateless

Grails plugin to implement stateless authentication using Spring Security
Apache License 2.0
17 stars 8 forks source link

Check actionName to work like index when null #21

Closed mgdelacroix closed 9 years ago

mgdelacroix commented 9 years ago

When pointing an url directly to a controller in grails, the actionName field is null but the framework's behaviour it to use the controller.defaultAction property.

This patch adapts the plugin's filter logic to this grails behaviour.