[
https://issues.apache.org/jira/browse/ARTEMIS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055004#comment-16055004
]
ASF GitHub Bot commented on ARTEMIS-1240:
-----------------------------------------
GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1350
ARTEMIS-1240 Disconnect at client side on decoding error
When a broken packet arrives at client side it causes decoding error.
Currently artemis doesn't handle it properly. It should catch such
errors and disconnect the underlying connection, logging a proper
warning message
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis
master_invalid_type_client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1350.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1350
----
commit 10041039cc3aa635f7d752c785fbdaf33d1530ba
Author: Howard Gao <[email protected]>
Date: 2017-06-20T00:13:16Z
ARTEMIS-1240 Disconnect at client side on decoding error
When a broken packet arrives at client side it causes decoding error.
Currently artemis doesn't handle it properly. It should catch such
errors and disconnect the underlying connection, logging a proper
warning message
----
> Disconnect at client side on decoding error
> -------------------------------------------
>
> Key: ARTEMIS-1240
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1240
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 1.5.5, 2.1.0
> Reporter: Howard Gao
> Fix For: 1.5.6, 2.2.0
>
>
> When a broken packet arrives at client side it causes decoding error.
> Currently artemis doesn't handle it properly. It should catch such errors and
> disconnect the underlying connection, logging a proper warning message
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)