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/03/08 21:38:59 UTC

svn commit: r384324 - /webservices/axis2/trunk/java/modules/security/src/org/apache/axis2/security/handler/WSDoAllHandler.java

Author: ruchithf
Date: Wed Mar  8 12:38:56 2006
New Revision: 384324

URL: http://svn.apache.org/viewcvs?rev=384324&view=rev
Log:
Enabling the handlers to be used even with the latest WSS4J

Modified:
    webservices/axis2/trunk/java/modules/security/src/org/apache/axis2/security/handler/WSDoAllHandler.java

Modified: webservices/axis2/trunk/java/modules/security/src/org/apache/axis2/security/handler/WSDoAllHandler.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/security/src/org/apache/axis2/security/handler/WSDoAllHandler.java?rev=384324&r1=384323&r2=384324&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/security/src/org/apache/axis2/security/handler/WSDoAllHandler.java (original)
+++ webservices/axis2/trunk/java/modules/security/src/org/apache/axis2/security/handler/WSDoAllHandler.java Wed Mar  8 12:38:56 2006
@@ -137,7 +137,6 @@
     	int repetition = getCurrentRepetition(msgContext);
     	
     	String key = Axis2Util.getKey(axisKey,inHandler, repetition);
-    	log.debug("wss4j key: " + axisKey + " Key : " + key);
         Object property = ((MessageContext)msgContext).getProperty(key);
         if(property == null) {
             //Try the description hierarchy