Re: Filters: How to programmatically find out their order in hindsight?

2016-04-07 Thread Burkhard Graves
Ah, yes, of course. Sometimes the solution is so simple. Thanks, Martin! :-) B. Am 07.04.2016 um 10:57 schrieb Martin Holz (for Usenet): > Am 04/06/2016 um 10:15 PM schrieb Burkhard Graves: >> ServletContext#getFilterRegistrations() returns an unordered map only - >> how to progra

Filters: How to programmatically find out their order in hindsight?

2016-04-06 Thread Burkhard Graves
Hello tomcat users, ServletContext#getFilterRegistrations() returns an unordered map only - how to programmatically find out the order in which the filters are applied/registered? I know the specs ... > The order the container uses in building the chain of filters to be applied > for a particul