In Spring Security 5, the default `AuthorizationManager` for `RequestMatcherDelegatingAuthorizationManager` abstains. This default should be changed to instead deny. As part of this commit, `AuthorizationFilterParser` should no longer [add an any-matcher authenticated](https://github.com/spring-projects/spring-security/blob/main/config/src/main/java/org/springframework/security/config/http/AuthorizationFilterParser.java#L176) to the user's configuration.