判断属性值是否与指定的模式相匹配。
此条件可以让您根据任意属性来禁止或开放某个url的访问权限。
<if property="access-level" match="^private$"> <forbidden /></if>