Matches operate on the request context.
[sfa.git] / sfatables / processors / hrn.xsl
index a0adff2..426c5fd 100644 (file)
@@ -9,7 +9,7 @@
             <xsl:apply-templates select="@* | node()"/>
     </xsl:template>
 
-    <xsl:template match="//match-context//user">
+    <xsl:template match="//request-context//user">
                     <xsl:choose>
                     <xsl:when test="starts-with($context-hrn, hrn)">
                         <result verdict="True"/> <!--Match -->