authorizeHttpRequests
should pick up AuthorizationManager
bean
#11067
Labels
in: web
An issue in web modules (web, webmvc)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Uh oh!
There was an error while loading. Please reload this page.
authorizeHttpRequests
replacesauthorizeRequests
. Specifically, it presents applications with the option to use a simplified API for programmatic authorization throughAuthorizationManager
.It would be nice to pick up authorization manager
@Bean
s and apply them by default. This would simplify constructs like:to become:
Then, applications can specify the authorization subsystem simply by publishing a bean.
The text was updated successfully, but these errors were encountered: