Author: gatfora
Date: Tue Jun 17 01:44:13 2008
New Revision: 668567

URL: http://svn.apache.org/viewvc?rev=668567&view=rev
Log:
Commiting patch for SANDESHA2-156, thanks Sara

Modified:
    
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/msgprocessors/MakeConnectionProcessor.java

Modified: 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/msgprocessors/MakeConnectionProcessor.java
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/msgprocessors/MakeConnectionProcessor.java?rev=668567&r1=668566&r2=668567&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/msgprocessors/MakeConnectionProcessor.java
 (original)
+++ 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/msgprocessors/MakeConnectionProcessor.java
 Tue Jun 17 01:44:13 2008
@@ -133,7 +133,7 @@
                        else{
                                //we cannot match a RMD with the correct 
security credentials so we cannot process this msg under RSP
                                if(log.isDebugEnabled()) log.debug("Exit: 
MakeConnectionProcessor::processInMessage : no RM sequence bean with security 
credentials" );
-                               //return false; //TODO put this in once tested 
live
+                               return false; 
                        }
                }
                



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to