From: Adam Dickmeiss Date: Fri, 19 Mar 2010 15:07:24 +0000 (+0100) Subject: Update schema for CGI filter configuration X-Git-Tag: v1.1.3~6 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=60d4816be16dc740e99f01ca4c6f2e086b6b5a78;p=metaproxy-moved-to-github.git Update schema for CGI filter configuration --- diff --git a/xml/schema/metaproxy.rnc b/xml/schema/metaproxy.rnc index 23ab379..12990f0 100644 --- a/xml/schema/metaproxy.rnc +++ b/xml/schema/metaproxy.rnc @@ -50,6 +50,7 @@ filter = | filter_auth_simple | filter_backend_test | filter_bounce + | filter_cgi | filter_cql_rpn | filter_frontend_net | filter_http_file @@ -210,6 +211,13 @@ filter_limit = attribute retrieve { xsd:integer }? }? +filter_cgi = + attribute type { "cgi" }, + element mp:map { + attribute path { xsd:string }, + attribute exec { xsd:string } + }* + #filter_zeerex_explain = # attribute type { "zeerex_explain" }, # attribute id { xsd:NCName }?, diff --git a/xml/schema/metaproxy.rng b/xml/schema/metaproxy.rng index 8530e45..3ffd1c4 100644 --- a/xml/schema/metaproxy.rng +++ b/xml/schema/metaproxy.rng @@ -87,6 +87,7 @@ + @@ -559,6 +560,21 @@ + + + cgi + + + + + + + + + + + +