andi-huber commented on code in PR #1410: URL: https://github.com/apache/causeway/pull/1410#discussion_r1102570031
########## core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java: ########## @@ -115,6 +113,14 @@ public CausewayConfiguration(final ConfigurableEnvironment environment) { private final Security security = new Security(); @Data public static class Security { + + /** + * If set, allows <i>Actions</i> with SAFE Semantics to be invoked with only VIEWING permissions. + * <p> + * default: false + */ + private boolean allowActionsWithSafeSemanticsToBeInvokedWithOnlyViewingPermission = false; Review Comment: agreed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@causeway.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org