Author: midon
Date: Sat Oct 25 10:38:27 2008
New Revision: 707870

URL: http://svn.apache.org/viewvc?rev=707870&view=rev
Log:
ODE-388: add Security phase for FaultFlows

Modified:
    ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml

Modified: ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml?rev=707870&r1=707869&r2=707870&view=diff
==============================================================================
--- ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml (original)
+++ ode/trunk/axis2-war/src/main/webapp/WEB-INF/conf/axis2.xml Sat Oct 25 
10:38:27 2008
@@ -283,6 +283,7 @@
                 <order phase="Addressing"/>
             </handler>
         </phase>
+        <phase name="Security"/>
         <phase name="PreDispatch"/>
         <phase name="Dispatch" class="org.apache.axis2.engine.DispatchPhase">
             <handler name="RequestURIBasedDispatcher"
@@ -310,6 +311,7 @@
         <phase name="OperationOutFaultPhase"/>
         <phase name="PolicyDetermination"/>
         <phase name="MessageOut"/>
+        <phase name="Security"/>
     </phaseOrder>
 </axisconfig>
 


Reply via email to