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 ma...@apache.org on 2007/05/16 15:18:20 UTC

svn commit: r538580 - /webservices/axis2/scratch/c/neethi/rampart/src/handlers/rampart_in_handler.c

Author: manjula
Date: Wed May 16 06:18:19 2007
New Revision: 538580

URL: http://svn.apache.org/viewvc?view=rev&rev=538580
Log:
Fixing some bugs due to previous change.

Modified:
    webservices/axis2/scratch/c/neethi/rampart/src/handlers/rampart_in_handler.c

Modified: webservices/axis2/scratch/c/neethi/rampart/src/handlers/rampart_in_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/rampart/src/handlers/rampart_in_handler.c?view=diff&rev=538580&r1=538579&r2=538580
==============================================================================
--- webservices/axis2/scratch/c/neethi/rampart/src/handlers/rampart_in_handler.c (original)
+++ webservices/axis2/scratch/c/neethi/rampart/src/handlers/rampart_in_handler.c Wed May 16 06:18:19 2007
@@ -117,9 +117,11 @@
         return AXIS2_FAILURE;
     }
     
+    sec_node = rampart_get_security_token(env, msg_ctx, soap_header);
+
     if((rampart_context_get_binding_type(rampart_context,env)) != RP_BINDING_TRANSPORT)
     {
-        sec_node = rampart_get_security_token(env, msg_ctx, soap_header);
+        /*sec_node = rampart_get_security_token(env, msg_ctx, soap_header);*/
     
         if(!sec_node)
         {



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