exabrial commented on PR #2902: URL: https://github.com/apache/tomee/pull/2902#issuecomment-5398416206
Hey Jonathan! Excellent patch! I did some local testing and found a couple of areas that are tangentially related: * `@LoginToContinue` produces sessions 100% of the time, when it should really just produce one when redirecting to login. So if accessing a non-protected resource -> don't create a session. If accessing one -> create a session to save the request * Speaking of the request; the saved request to be replayed isn't getting fully replayed. I'll get these pushed to an additional PR in a few mins -- 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]
