Matches operate on the request context.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 26 Oct 2009 15:00:53 +0000 (15:00 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 26 Oct 2009 15:00:53 +0000 (15:00 +0000)
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 -->