Nuwan Dias created SYNAPSE-902:
----------------------------------

             Summary: Fault sequence gets invoked even when the responseAction 
of an endpoint timeout is set to discard.
                 Key: SYNAPSE-902
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-902
             Project: Synapse
          Issue Type: Bug
          Components: Endpoints
            Reporter: Nuwan Dias


Consider the following proxy service configuration. 

<proxy name="TimeoutProxy" transports="https http" startOnLoad="true" 
trace="disable"> 
      <description/> 
      <target faultSequence="fault"> 
         <endpoint> 
            <address uri="http://serverhost/TimeoutService/";> 
               <timeout> 
                  <duration>1000</duration> 
                  <responseAction>discard</responseAction> 
               </timeout> 
            </address> 
         </endpoint> 
         <outSequence> 
            <send/> 
         </outSequence> 
      </target> 
</proxy>

The address endpoint is configured to discard the message if a timeout occurs. 
But it still invokes the fault sequence on a timeout. This is the same behavior 
of having 'fault' as the <responseAction>.

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to