I saw this answer that suggests to add .
.
I am using tomcat 7.0.29 and have a few filters which are all defined like this: (not
Reading the specification, absolute-ordering is used to order the loading of web fragments, not of servlet filters.
To fix the ordering of your filters, see the accepted answer in the question you linked to.