What will be the order in which filters will be called? [duplicate]
In the order their mappings are defined in web.xml If using annotations (@WebFilter) the order seems to be undefined – you still have to declare the <filter-mapping> entries in web.xml.