https://issues.apache.org/bugzilla/show_bug.cgi?id=56764

            Bug ID: 56764
           Summary: ServletContext should respect order of Filter
                    registrations
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: rstoyanc...@yahoo.com

Just like in web.xml the order of registration of filters is significant, it
makes sense that the same should be true when using the ServletContext API.

Spring MVC provides an abstract base class to help register its own
DispatcherServlet and optionally configure filters in front of the servlet. In
this simple self-contained example there doesn't seem to be a way to enforce
the order of filters.

See discussion here:
http://stackoverflow.com/questions/20645957/how-to-specify-filter-execution-order-using-springs-java-configuration

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to