Failure to send wsa:Action header incorrectly produces a fault message 
indicating missing wsa:To header
-------------------------------------------------------------------------------------------------------

         Key: SAND-7
         URL: http://issues.apache.org/jira/browse/SAND-7
     Project: Sandesha
        Type: Bug

    Reporter: Ian Brown
 Assigned to: Davanum Srinivas 


Failure to send wsa:Action header incorrectly produces a fault message 
indicating missing wsa:To header

In MessageValidator:

125         if (addrHeaders.getTo() == null)
126             throw new AxisFault(new 
QName(Constants.FaultCodes.IN_CORRECT_MESSAGE),
127                     Constants.FaultMessages.NO_TO, null, null);
128         if (addrHeaders.getAction() == null)
129             throw new AxisFault(new 
QName(Constants.FaultCodes.IN_CORRECT_MESSAGE),
130                     Constants.FaultMessages.NO_TO, null, null);

Suggested fix is to add a specific Action Fault message and return it 
accordingly during validation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to