Support the usage of bean references in Java Configuration reactive web expressions #7464
Labels
in: web
An issue in web modules (web, webmvc)
status: blocked
An issue that's blocked on an external project change
type: enhancement
A general enhancement
Summary
The usual Spring MVC Security allows us to reference beans in the web security expressions:
Currently the reactive version doesn't offer an access method with a String for web expressions, only with a
ReaciveAuthorizationManager
.Actual Behavior
This is the API offered by
pathMatchers
Expected Behavior
Possibility of configuring a security web expression:
Configuration
...
Version
5.2.0.RC1
The text was updated successfully, but these errors were encountered: