steinarb commented on issue #2083: URL: https://github.com/apache/shiro/issues/2083#issuecomment-2800962830
I have made a one-liner fix: https://github.com/apache/shiro/pull/2084 I have tested it by rebuilding all apps in []([myapps-test](https://github.com/steinarb/myapps/blob/master/src/main/filtered-resources/feature.xml#L21)) with shiro 2.0.0-SNAPSHOT with my fix and the stack trace on restoring serialized remember me went away. The fix is the same as I used as a workaround here: https://github.com/apache/shiro/issues/1500#issuecomment-2156368988 (setting the classloader from the caller as thread context classloader so that reflection can find the classes it needs to restore) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
