From: Adam Dickmeiss Date: Thu, 20 Aug 2015 08:49:26 +0000 (+0200) Subject: Provide example of target auth MP-625 X-Git-Tag: v1.9.2~3 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=98db99f0e90608d5dcdd0e6adeea38f9d6936e4e Provide example of target auth MP-625 Also update schema, becuase route is optional for target element. --- diff --git a/etc/config-simple-multi.xml b/etc/config-simple-multi.xml index 2075dec..9acdc8c 100644 --- a/etc/config-simple-multi.xml +++ b/etc/config-simple-multi.xml @@ -26,7 +26,9 @@ z3950.indexdata.com/marc - + + localhost:9999 + 30 diff --git a/xml/schema/filter_multi.rnc b/xml/schema/filter_multi.rnc index 4f04b02..2f6a3c1 100644 --- a/xml/schema/filter_multi.rnc +++ b/xml/schema/filter_multi.rnc @@ -7,7 +7,7 @@ filter_multi = attribute id { xsd:NCName }?, attribute name { xsd:NCName }?, element mp:target { - attribute route { xsd:string }, + attribute route { xsd:string }?, attribute auth { xsd:string }?, xsd:string }*,