Added a match that returns true for every request.
[sfa.git] / sfatables / matches / all.xml
diff --git a/sfatables/matches/all.xml b/sfatables/matches/all.xml
new file mode 100644 (file)
index 0000000..f21fc09
--- /dev/null
@@ -0,0 +1,12 @@
+<!-- 
+"context" specifies the subset of the requestor context that this match needs to see. It is specified as an xpath expression.
+For this simple match, we just need to look at sfa-input. 
+
+"rule" specifies a set of arguments that the match accepts.
+-->
+
+<match name="all">
+    <!-- Empty context. We _always_ get the hrn of the current user -->
+    <context select=""/>
+    <processor filename="all.xsl"/>
+</match>