You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ka...@apache.org on 2006/11/20 07:35:34 UTC

svn commit: r477071 - /webservices/axis2/trunk/c/rampart/src/handlers/rampart_out_handler.c

Author: kaushalye
Date: Sun Nov 19 22:35:33 2006
New Revision: 477071

URL: http://svn.apache.org/viewvc?view=rev&rev=477071
Log:
Removing encryption code from the out handler

Modified:
    webservices/axis2/trunk/c/rampart/src/handlers/rampart_out_handler.c

Modified: webservices/axis2/trunk/c/rampart/src/handlers/rampart_out_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/handlers/rampart_out_handler.c?view=diff&rev=477071&r1=477070&r2=477071
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/handlers/rampart_out_handler.c (original)
+++ webservices/axis2/trunk/c/rampart/src/handlers/rampart_out_handler.c Sun Nov 19 22:35:33 2006
@@ -269,7 +269,7 @@
                 {
 
                     AXIS2_LOG_INFO(env->log, "[rampart][rampart_out_handler] Encrypting we do not support yet");
-                    status = rampart_enc_encrypt_message(env, msg_ctx, actions, soap_envelope, sec_node);    
+                    /*status = rampart_enc_encrypt_message(env, msg_ctx, actions, soap_envelope, sec_node);    */
                     /*Signature*/
                 }
                 else if (0 == AXIS2_STRCMP(RAMPART_ACTION_ITEMS_SIGNATURE,



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org