Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Grails-Spring-Security-Core 0.4.1
-
Fix Version/s: Grails-Spring-Security-Core 0.4.2
-
Labels:None
-
Environment:app.grails.version=1.3.3
plugins.spring-security-core=0.4.1
plugins.spring-security-openid=0.1.1
java: openjdk-6
Description
When going through the the openid tutorial, we noticed that the following
command fails
grails s2-create-persistent-token com.openidtest.PersistentLogin
with
groovy.lang.MissingPropertyException: No such property: fullClassName for
class: S2CreatePersistentToken
at
S2CreatePersistentToken$_updateConfig_closure2.doCall(S2CreatePersistentToken:63)
at S2CreatePersistentToken.updateConfig(S2CreatePersistentToken:61)
...
Simple workaround is to ignore the error and update Config.java manually with grails.plugins.springsecurity.rememberMe.persistentToken.domainClassName = yourClassName
http://github.com/grails-plugins/grails-spring-security-core/commit/f7a7ece7c0ab169b247e091937806cf9fcf28cdc