benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

Fixed exception due to changed package of GrailsUser class in grails spr... #30

Closed imranmir closed 10 years ago

imranmir commented 10 years ago

Hi Ben

I found the reason for this plugin not able to work with spring-security 2.0. The package name for the GrailsUser class has changed in the Spring-security-core 2.0. I have changed the package name to the new one in this change. Please validate and integrate. Thanks.

benlucchesi commented 10 years ago

Hi Imram,

Version 2.0.14 will include an update that identifies which version of the security plugin is being used and use the appropriate GrailsUser class.

thanks for identifying this!

-ben