jeetmp3 / spring-session

Apache License 2.0
18 stars 24 forks source link

Exception after adding this plugin to Grails 3.2.4 app #29

Open anti43 opened 6 years ago

anti43 commented 6 years ago

Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to serialize object using DefaultSerializer; nested exception is java.lang.IllegalArgumentException: DefaultSerializer requires a Serializable payload but received an object of type [grails.plugin.springsecurity.LoginController]

grailsVersion=3.2.4

URI /login/auth Class java.lang.IllegalArgumentException Message Cannot serialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to serialize object using DefaultSerializer; nested exception is java.lang.IllegalArgumentException: DefaultSerializer requires a Serializable payload but received an object of type [grails.plugin.springsecurity.LoginController] Caused by DefaultSerializer requires a Serializable payload but received an object of type [grails.plugin.springsecurity.LoginController]