You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Ian Brown (JIRA)" <ji...@apache.org> on 2006/06/12 07:24:30 UTC

[jira] Created: (SAND-7) Failure to send wsa:Action header incorrectly produces a fault message indicating missing wsa:To header

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


[jira] Updated: (SAND-7) Failure to send wsa:Action header incorrectly produces a fault message indicating missing wsa:To header

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SAND-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated SAND-7:
--------------------------------

    Assignee:     (was: Davanum Srinivas)

> Failure to send wsa:Action header incorrectly produces a fault message indicating missing wsa:To header
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SAND-7
>                 URL: https://issues.apache.org/jira/browse/SAND-7
>             Project: Sandesha
>          Issue Type: Bug
>            Reporter: Ian Brown
>
> 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.
-
You can reply to this email to add a comment to the issue online.


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