You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2007/04/27 16:13:26 UTC

svn commit: r533105 - /webservices/synapse/trunk/java/repository/conf/synapse.xml

Author: asankha
Date: Fri Apr 27 07:13:25 2007
New Revision: 533105

URL: http://svn.apache.org/viewvc?view=rev&rev=533105
Log:
allow access to only localhost:9000 by default

Modified:
    webservices/synapse/trunk/java/repository/conf/synapse.xml

Modified: webservices/synapse/trunk/java/repository/conf/synapse.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/synapse.xml?view=diff&rev=533105&r1=533104&r2=533105
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/synapse.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/synapse.xml Fri Apr 27 07:13:25 2007
@@ -16,20 +16,19 @@
   ~  specific language governing permissions and limitations
   ~  under the License.
   -->
-
 <!-- A simple Synapse configuration -->
 <definitions xmlns="http://ws.apache.org/ns/synapse">
 
     <in>
-		<filter source="get-property('To')" regex=".*localhost.*">
-		  	<!-- Log all messages passing through -->
-		  	<log level="full"/>
+        <filter source="get-property('To')" regex=".*localhost:9000.*">
+            <!-- Log all messages passing through -->
+            <log level="full"/>
 
-		  	<!-- Send the messages where they have been sent (i.e. implicit "To" EPR) -->
-		  	<send/>
-	    </filter>
-	</in>
-	<out>
-		<send/>
-	</out>
+            <!-- Send the messages where they have been sent (i.e. implicit "To" EPR) -->
+            <send/>
+        </filter>
+    </in>
+    <out>
+        <send/>
+    </out>
 </definitions>



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org