Lesezeichen

tomcat - Servlet filters' order of execution - Stack Overflow


Beschreibung

The order the container uses in building the chain of filters to be applied for a particular request URI is as follows:

First, the <url-pattern> matching filter mappings in the same order that these elements appear in the deployment descriptor.
Next, the <servlet-name> matching filter mappings in the same order that these elements appear in the deployment descriptor.

Vorschau

Tags

Nutzer

  • @jil

Kommentare und Rezensionen