You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was unable to reopen this issue (#364) so I created a new one.
I had this problem in grails 2.x and after upgrading to grails 3.3.10 (spring security core 3.2.3) I noticed that it still exists.
Everything mentioned in the original issue is still relevant. I created a small sample app that reproduces the issue. The app also contains a Postman config file.
Task List
Steps to reproduce provided
Stacktrace (if present) provided
Example that reproduces the problem uploaded to Github
Full description of the issue provided (see below)
Steps to Reproduce
Have a mysql server running on localhost. Create a database called 'bugdb'
Have redis running on localhost. Sample app will put session data in database index 1
Run the server.
Call test/login endpoint to create a session in redis and remember-me token in persistent_login table in mysql.
Call test/test and test/testMultipart actions to verify that they work and that they return the request body in the response.
Open redis-cli, select database 1, call flushdb to remove the session
Call test/test endpoint again.
Expected Behaviour
The response contains the request body like it did in the previous run
Actual Behaviour
The response only contains the id of the newly created session, but the request body was empty.
I was unable to reopen this issue (#364) so I created a new one.
I had this problem in grails 2.x and after upgrading to grails 3.3.10 (spring security core 3.2.3) I noticed that it still exists.
Everything mentioned in the original issue is still relevant. I created a small sample app that reproduces the issue. The app also contains a Postman config file.
Task List
Steps to Reproduce
Expected Behaviour
The response contains the request body like it did in the previous run
Actual Behaviour
The response only contains the id of the newly created session, but the request body was empty.
Environment Information
Example Application
https://github.com/Macoshark/GrailsSpringSecurityRememberMeBug
The text was updated successfully, but these errors were encountered: