Author: sagara Date: Tue May 31 06:59:22 2011 New Revision: 1129515 URL: http://svn.apache.org/viewvc?rev=1129515&view=rev Log: Applied patch for RAMPART-326.
Modified: axis/axis2/java/rampart/trunk/modules/rampart-mar/module.xml Modified: axis/axis2/java/rampart/trunk/modules/rampart-mar/module.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/rampart-mar/module.xml?rev=1129515&r1=1129514&r2=1129515&view=diff ============================================================================== --- axis/axis2/java/rampart/trunk/modules/rampart-mar/module.xml (original) +++ axis/axis2/java/rampart/trunk/modules/rampart-mar/module.xml Tue May 31 06:59:22 2011 @@ -28,6 +28,9 @@ </OutFlow> <OutFaultFlow> + <handler name="SecurityOutHandler" class="org.apache.rampart.handler.WSDoAllSender"> + <order phase="Security"/> + </handler> <handler name="PolicyBasedSecurityOutHandler" class="org.apache.rampart.handler.RampartSender"> <order phase="Security" phaseLast="true"/> </handler> @@ -37,6 +40,9 @@ <handler name="PolicyBasedSecurityInHandler" class="org.apache.rampart.handler.RampartReceiver"> <order phase="Security" phaseFirst="true"/> </handler> + <handler name="SecurityInHandler" class="org.apache.rampart.handler.WSDoAllReceiver"> + <order phase="Security"/> + </handler> </InFaultFlow> <supported-policy-namespaces namespaces="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"/>