Work on CGI filter; setting SCRIPT_NAME MP-564
[metaproxy-moved-to-github.git] / xml / schema / filter_cgi.rnc
index 6ace903..19fd8c2 100644 (file)
@@ -7,6 +7,10 @@ filter_cgi =
   element mp:map {
     attribute path { xsd:string },
     attribute exec { xsd:string }
+  }*,
+  element mp:env {
+    attribute name { xsd:string },
+    attribute value { xsd:string }
   }*
 
  
\ No newline at end of file