[
https://issues.apache.org/jira/browse/SYNAPSE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hiranya Jayathilaka updated SYNAPSE-866:
----------------------------------------
Fix Version/s: 3.0
> Incorrect error handling in HttpCoreNIOSender#sendAsyncResponse
> ---------------------------------------------------------------
>
> Key: SYNAPSE-866
> URL: https://issues.apache.org/jira/browse/SYNAPSE-866
> Project: Synapse
> Issue Type: Bug
> Components: Transports
> Reporter: Andreas Veithen
> Assignee: Hiranya Jayathilaka
> Fix For: 3.0
>
>
> HttpCoreNIOSender#sendAsyncResponse has a code block with a catch block for
> IllegalStateException that logs a warning "Connection closed by client".
> However, since IllegalStateException is an unchecked exception, it may be
> thrown anywhere in the code block. In particular, the code block calls the
> Axis2 message formatter. If the formatter fails with IllegalStateException,
> then the error is not logged and the only message is "Connection closed by
> client" which is incorrect.
--
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]