Method Security Templates Do Not Use Deep Non-Aliased Attributes #16498
Labels
in: core
An issue in spring-security-core
status: duplicate
A duplicate of another issue
type: bug
A general bug
Uh oh!
There was an error while loading. Please reload this page.
Method Security expressions that use templates do not use deep non-aliased attributes. A complete sample can be found in my sample repository, but is highlighted below:
This will produce the error
Failed to evaluate expression '@authz.hasPermission(authentication, {value}, 'read')'
.I'd expect the expression to replace
{value}
with#name
.The text was updated successfully, but these errors were encountered: