1

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?

User1291
  • 7,664
  • 8
  • 51
  • 108
  • 1
    This might probably help: https://stackoverflow.com/questions/6560969/how-to-define-servlet-filter-order-of-execution-using-annotations-in-war – Frito Dec 20 '18 at 12:38
  • @Frito it does, thank you. Would you like to make an answer out of it? – User1291 Dec 20 '18 at 12:42

0 Answers0