Complex tests can be built using <resin:Not>, <resin:And> and <resin:Or> on top of simpler primary predicates.
<web-app xmlns:resin="urn:java:com.caucho.resin"> <resin:Forbidden regexp="^/local/"> <resin:Not> <resin:IfAddress value="192.168.1.10"/> </resin:Not> </resin:Forbidden> </web-app>
Predicates may be used for security and rewrite actions.
|
|
|
|