A short Groovy script that you can use to filter out the noise from a stack trace to see what order the servlet filters are actually configured with.
A simple way to do this is throw a RuntimeException from a controller, hit that URL, and copy and paste the stack trace into the script below.