Use bounce filter in proper route location.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Jan 2007 13:57:40 +0000 (13:57 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Jan 2007 13:57:40 +0000 (13:57 +0000)
etc/config-sru-to-z3950.xml

index 860a5aa..4ffdb1d 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: config-sru-to-z3950.xml,v 1.17 2007-01-25 13:55:11 adam Exp $ -->
+<!-- $Id: config-sru-to-z3950.xml,v 1.18 2007-01-25 13:57:40 adam Exp $ -->
 <metaproxy 
     xmlns="http://indexdata.com/metaproxy" 
     version="1.0">
@@ -48,7 +48,6 @@
       <filter type="z3950_client">
        <timeout>30</timeout>
       </filter>
-      <filter type="bounce"/>
     </route>
     
     <!-- shared Z39.50 clients -->
@@ -60,7 +59,6 @@
       <filter type="z3950_client">
        <timeout>30</timeout>
       </filter>
-      <filter type="bounce"/>
     </route>
     
     <!-- local built-in server -->
@@ -91,6 +89,7 @@
           <target>someid</target>
         </virtual>
       </filter>
+      <filter type="bounce"/>
     </route>
   </routes>
 </metaproxy>