Skip to content

Commit

Permalink
note about query strings added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Nov 23, 2014
1 parent c1e5638 commit cff971d
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -57,5 +57,13 @@ <h2>Policy Map</h2>
<p>
The "From Scratch Realm" contains an example of a policy map <code><a href="https://github.com/wyona/yanel/blob/master/src/realms/from-scratch-realm-template/ac-policies/policy-map.xml">src/realms/from-scratch-realm-template/ac-policies/policy-map.xml</a></code> which allows to define more complex rules to match requested resources with access policies. Please note that policy maps are currently only supported by <code>org.wyona.security.impl.PolicyManagerImplVersion2</code>.
</p>

<p>
The policy map also supports matching of query strings, e.g.

<pre>
&lt;matcher pattern="/*/projects/*/index.html?disable=*" path="/disable-enable-email_policy.xml"/&gt;
</pre>
</p>
</body>
</html>

0 comments on commit cff971d

Please sign in to comment.