Spring Boot with Spring Security returns 404 on valid login
When activate Spring Security trough custom bean @PreAuthorize("@mySecurity.check(#car)") valid requests will end up in 404, and invalid requests will end up in 200. Without the Pre Authorize all works fine. The authorisation…
1 Comment
August 14, 2021