ChristopherSchultz opened a new pull request, #923: URL: https://github.com/apache/tomcat/pull/923
The unit tests describe the problem: if a URL already contains a CSRF token and that URL is passed through `HttpServletResponse.encode(Redirect)URL`, then the URL will end up with multiple instances of a CSRF token. This patch removes those extra instances should they exist. -- 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]
