I'm getting a ton of errors in production for
org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL was not normalized.
Supposedly this is caused by a //
in my urls, but I have no idea where they are coming from. How can I tell what url is causing this? Hard to fix when you don't know what's going on.
I do realize that there is a related question, but that doesn't address how to diagnose the problem URLs. It only addresses how to turn off the strict firewall.