Re: what is the exact order of filters?

2021-01-18 Thread Johan Compagner
> You need to read section 8.2.3 of the servlet specificaiton > > > If the order in which the listeners, servlets, filters are invoked is > important to an application then a deployment descriptor must be used. > Also, if necessary, the ordering element defined above can be used. As > described

Re: what is the exact order of filters?

2021-01-17 Thread Mark Thomas
On 15/01/2021 16:00, Johan Compagner wrote: > Hi > here we have a case: 51754 – Tomcat7 filters from conf/web.xml are applied > after filters defined in WEB-INF/web.xml (apache.org) > > > that already says that the conf/web.xml are later then

what is the exact order of filters?

2021-01-15 Thread Johan Compagner
Hi here we have a case: 51754 – Tomcat7 filters from conf/web.xml are applied after filters defined in WEB-INF/web.xml (apache.org) that already says that the conf/web.xml are later then WEB-INF/web.xml is it so that the order is something