Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The namespace prefix can be registered with Java declarative security, to ensure only authorized users can access the actions in a given namespace.

Root

...

Namespace

A root namespace ("/") is also supported. The root is the namespace when a request directly under the context path is received. As with other namespace, it will fall back to the default ("") namespace if a local action is not found.

...