[
https://issues.apache.org/jira/browse/SYNAPSE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hiranya Jayathilaka updated SYNAPSE-902:
----------------------------------------
Fix Version/s: (was: NIGHTLY)
3.0
> 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
> Assignee: Hiranya Jayathilaka
> Fix For: 3.0
>
> Attachments: SYNAPSE-902.patch
>
>
> 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
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]