1
0
mirror of synced 2026-07-20 01:55:08 +00:00
Files
spring-security/config
Rob Winch f232f5ef05 SEC-3135: antMatchers now allows method and no pattern
Previously, antMatchers(POST).authenticated() was not allowed. Instead
users had to use antMatchers(POST, "/**").authenticated().

Now we default the patterns to be "/**" if it is null or empty.
2015-10-29 12:58:40 -05:00
..
2015-03-25 21:43:11 -05:00
2014-11-20 11:10:58 -06:00