Details
-
Type:
Bug
-
Status:
Ready for Work
-
Priority:
Should
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Severity:3
-
Complexity:Undetermined
-
Keywords:
One way to do this might be to have some sort of global variable (thread local, I gues) that puts the Context in read-only mode. When that variable is set to read-only, then any @Authorized annotation that has a privilege that doesn't start with "View" should fail, even if the authenticated user would typically have the privilege.