Ralf Lorenz
Ralf Lorenz
According to the [Webflux documentation](https://docs.spring.io/spring-framework/reference/web/webflux/controller/ann-methods/responseentity.html) it is allowed to use the return type `ResponseEntity` Neither [AuthorizationManagerBeforeReactiveMethodInterceptor](https://github.com/spring-projects/spring-security/blob/main/core/src/main/java/org/springframework/security/authorization/method/AuthorizationManagerBeforeReactiveMethodInterceptor.java#L112) nor [AuthorizationManagerAfterReactiveMethodInterceptor](https://github.com/spring-projects/spring-security/blob/main/core/src/main/java/org/springframework/security/authorization/method/AuthorizationManagerAfterReactiveMethodInterceptor.java#L112) support this. Using a method signature with the described return type causes...