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.
我想创建一个 servlet 过滤器,它适用于我的所有 URL 路径,除了一些指定(或理想情况下由正则表达式指定)。
那可能吗?不幸的是,我无法更改路径,以使我所有其他 URL 都以常见的开头....
您不能通过符合规范的配置来做到这一点。你有几个选择:
<filter-mapping>
/foo
/foo/bar
/foo/baz
/foo/foo
<init-param>
web.xml
<servlet-mapping>