Spring Security Patterns with Regular Expressions
1 answer
You need to set the attribute request-matcher
on the surrounding element http
to regex
to tell Spring that you want to use regex syntax in the attributes pattern
, see for example http://docs.spring.io/spring-security/site/docs/3.2.2. RELEASE / reference / htmlsingle / # nsa-http-attributes .
0
source to share