Merge branch '6.3.x' into 6.4.x

This commit is contained in:
Josh Cummings
2025-03-17 09:49:01 -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() {