摘要: org.springframework.web.filter中有一个特殊的类——DelegatingFilterProxy,该类其实并不能说是一个过滤器,它的原型是FilterToBeanProxy,即将Filter作为spring的bean,由spring来管理。 配置DelegatingFilt 阅读全文
posted @ 2016-10-31 09:54 Lost blog 阅读(706) 评论(0) 推荐(0)