Other

Any other general or miscellaneous configuration settings.

Property Default Description

causeway.schema.command.
param-identifier-strategy

Whether the ParamDto#getName() field - which uniquely identifies a parameter within the action’s of parameters - is populated with the parameter’s formal Id (eg "firstName") or instead using the parameter’s friendly name (eg "First Name").

The default is to use the Id, but the name is provided as an alternative for compatibility with v1. Note that the name is potentially translated, so this could also cause issues within integration scenarios.

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