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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to