码迷,mamicode.com
首页 > Web开发 > 详细

web.xml filter 顺序

时间:2016-08-06 08:30:16      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

The order the container uses in building the chain of filters to be applied for a
particular request URI is as follows:
1. First, the <url-pattern> matching filter mappings in the same order that these
elements appear in the deployment descriptor.
2. Next, the <servlet-name> matching filter mappings in the same order that these
elements appear in the deployment descriptor

详细见 servlet-3_0-final-spec.pdf

 

web.xml filter 顺序

标签:

原文地址:http://www.cnblogs.com/zno2/p/4881731.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!