Jim Ma created CXF-4405:
---------------------------

             Summary: OneWay faultTo request is not correctly transmitted to 
the specified address 
                 Key: CXF-4405
                 URL: https://issues.apache.org/jira/browse/CXF-4405
             Project: CXF
          Issue Type: Bug
            Reporter: Jim Ma
            Assignee: Jim Ma


The faultTo request path is appended with the To address path, for example:
Client To          :      http://localhost:8080/jaxws/add
Client set FaultTo :      http://localhost:9999/faultTo
The actual request path sent to Faulto endpoint is : 
http://localhost:9999/faultTo/jaxws/add

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to