Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将您的过滤器映射放在 application-security.xml 而不是 web.xml 中?
不,过滤器映射是将 Spring 安全性与您的 servlet 容器/请求处理粘合在一起的方式。如果没有过滤器,Spring 安全性对您的请求一无所知。
不能修改的可以试试网页片段web.xml,见alsp [1] , [2]。
web.xml