You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/01/27 20:45:36 UTC

svn commit: r372955 - /webservices/axis2/trunk/java/modules/security/src/META-INF/module.xml

Author: ruchithf
Date: Fri Jan 27 11:45:32 2006
New Revision: 372955

URL: http://svn.apache.org/viewcvs?rev=372955&view=rev
Log:
Place the SecurityInHandler after SOAPActionBasedDispatcher

Modified:
    webservices/axis2/trunk/java/modules/security/src/META-INF/module.xml

Modified: webservices/axis2/trunk/java/modules/security/src/META-INF/module.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/security/src/META-INF/module.xml?rev=372955&r1=372954&r2=372955&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/security/src/META-INF/module.xml (original)
+++ webservices/axis2/trunk/java/modules/security/src/META-INF/module.xml Fri Jan 27 11:45:32 2006
@@ -1,7 +1,7 @@
 <module name="security" class="org.apache.axis2.security.SecurityModule">
     <inflow>
         <handler name="SecurityInHandler" class="org.apache.axis2.security.WSDoAllReceiver">
-            <order phase="Dispatch" after="RequestURIBasedDispatcher"/>
+            <order phase="Dispatch" after="SOAPActionBasedDispatcher"/>
         </handler>
     </inflow>