GitHub user tadayosi opened a pull request:
https://github.com/apache/cxf/pull/188
[CXF-7112,CXF-7109] Make sure to remove ClientCallback from exchange when
invoking handleException()
https://issues.apache.org/jira/browse/CXF-7112
https://issues.apache.org/jira/browse/CXF-7109
If a client callback is not removed from exchange, there still remains a
possibility for some other thread somewhere else to invoke the same callback
again, according to [CXF-7109](https://issues.apache.org/jira/browse/CXF-7109).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tadayosi/cxf CXF-7112
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/188.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 #188
----
commit 1d67c14d413c0ead5daa3ac5d1a0e5e8ad3145ec
Author: Tadayoshi Sato <[email protected]>
Date: 2016-10-30T08:07:40Z
[CXF-7112,CXF-7109] Make sure to remove ClientCallback from exchange when
invoking handleException()
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---