首页 > Web开发 > 详细

web.xml filter 顺序

时间:2016-08-06 08:29:26      阅读:300      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!