Other

Any other general or miscellaneous configuration settings.

Property Default Description

causeway

null

causeway.prototyping.h2-console.
generate-random-web-admin-password

true

Whether to generate a random password for access to the H2 Web-Console advanced features.

If a password is generated, it is logged to the logging subsystem (Log4j2).

Recommended (true) when #isWebAllowRemoteAccess() is also true.

causeway.prototyping.h2-console.
web-allow-remote-access

Whether to allow remote access to the H2 Web-Console, which is a potential security risk when no web-admin password is set.

Corresponds to Spring Boot 'spring.h2.console.settings.web-allow-others'.

causeway.security.
actions-with-safe-semantics-
require-only-viewing-permission

If set, allows Actions with SAFE Semantics to be invoked with only VIEWING permissions.

default: false @see org.apache.causeway.applib.annotation.Action#semantics() @see SemanticsOf