我需要使用以下模式拦截网址:
<intercept-url pattern="empresas/?/*" ...
其中&#39;?&#39;是一个整数,例如empresas / 5 / *,empresas / 1 / **等
如何编写模式以拦截此类URL?
答案 0 :(得分:0)
您需要将周围request-matcher
元素的http
属性设置为regex
,告诉Spring您要在pattern
属性中使用正则表达式语法,请参阅例如http://docs.spring.io/spring-security/site/docs/3.2.2.RELEASE/reference/htmlsingle/#nsa-http-attributes