Pre/PostAuthorize should not ignore HandleAuthorizationDenied#handlerClass when ApplicationContext is not provided #15535
Labels
in: core
An issue in spring-security-core
status: declined
A suggestion or change that we don't feel we should currently apply
type: bug
A general bug
Milestone
A test like this:
Will fall back to throwing an exception since there is no application context provided to
PostAuthorizeAuthorizationManager
.Instead, it should at least error so the application doesn't get the impression that their handler class is being used.
The text was updated successfully, but these errors were encountered: