mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-07 21:37:44 +00:00
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.