mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 17:52:15 +00:00
Polish ExpressionAuthorizationDecision
Issue gh-11493
This commit is contained in:
parent
e08ed89403
commit
9d876fce82
@ -39,8 +39,8 @@ public class ExpressionAuthorizationDecision extends AuthorizationDecision {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return getClass().getSimpleName() + " [" + "granted=" + isGranted() + ", expressionAttribute=" + this.expression
|
return getClass().getSimpleName() + " [" + "granted=" + isGranted() + ", expressionAttribute="
|
||||||
+ ']';
|
+ this.expression.getExpressionString() + ']';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user