码迷,mamicode.com
首页 > 其他好文 > 详细

扩展配置的链接

时间:2018-05-21 16:04:37      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:targe   col   span   ESS   mapping   epo   proxy   code   bsp   

在web.xml中添加的配置信息(扩展)

1.DelegatingFilterProxy的配置

    <filter>
        <filter-name>springSessionRepositoryFilter</filter-name>
        <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
    </filter>
    <filter-mapping>
        <filter-name>springSessionRepositoryFilter</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>

 

扩展配置的链接

标签:targe   col   span   ESS   mapping   epo   proxy   code   bsp   

原文地址:https://www.cnblogs.com/zbdouble/p/9067220.html

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