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.
我正在开发一个以正则表达式作为路径的 Web 服务:@Path("{hash: .*}")但是,这匹配所有内容;并且它使其他 servlet 不可访问(至少那些不是 JAX-RS 的)。
@Path("{hash: .*}")
我需要过滤它不会处理的特定路径,像"_ah/admin/datastore*"任何人都可以提供帮助的路径吗?
"_ah/admin/datastore*"