Versions Compared

Key

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

...

Include Page
ContentSettings
ContentSettings

Child Elements

...

Access Control Elements

...

Attaches a custom access control implementation provided by a plugin.

...

Attaches an access control policy using the XML-based plugin provided with the SP. This is a short-hand for embedding the policy in the element above, if you want the policy inside the RequestMapper's configuration file anyway.

...

Include Page
AccessControl
AccessControl

Nested Content Specifiers

The following elements are supported to narrow the matching process:

NameCardinalityDescription
<Host>0 or moreMatches requests via the exact hostname (and optionally port and scheme).
<HostRegex>0 or moreMatches requests with a URL prefix matching a regular expression. The prefix contains everyting up until the slash following the hostname or port.

...