Merge branch '6.4.x'

This commit is contained in:
Josh Cummings
2025-03-17 09:50:07 -06:00
3 changed files with 4 additions and 26 deletions

View File

@@ -64,7 +64,7 @@ public class ExpressionUtilsTests {
}
public Object throwException() {
throw new AuthorizationDeniedException("denied");
throw new AuthorizationDeniedException("denied", new AuthorizationDecision(false));
}
public boolean returnResult() {