It is my understanding that to build a FilterChain
more than one filter deep, I have to mention the filters in the web.xml
in order.
But then what's the point in having all these fancy annotations if I cannot use them because I need to specify things in the xml anyway?
Can I somehow build a FilterChain
from annotations?