[
https://issues.apache.org/jira/browse/CXF-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191803#comment-14191803
]
ASF GitHub Bot commented on CXF-6038:
-------------------------------------
Github user asoldano commented on the pull request:
https://github.com/apache/cxf/pull/25#issuecomment-61260523
@kylape just for the record... I fixed JBossWS to avoid calling
setHandlerChain(..) at every invocation :-) see
https://source.jboss.org/changelog/JBossWS?cs=19036
> Repeatedly invoking setHandlerChain() can cause a build up of handler
> interceptors on the chain
> -----------------------------------------------------------------------------------------------
>
> Key: CXF-6038
> URL: https://issues.apache.org/jira/browse/CXF-6038
> Project: CXF
> Issue Type: Bug
> Components: JAX-WS Runtime
> Affects Versions: 3.0.1
> Reporter: Kyle Lape
> Assignee: Daniel Kulp
> Fix For: 3.1.0, 3.0.3, 2.7.14
>
>
> If an interceptor chain is cached between invocations and a user calls
> {{setHandlerChain()}} before every invocation, the handler chain interceptors
> get added to the interceptor chain over and over indefinitely.
> I'm guessing that {{JaxWsEndpointImpl.addHandlerInterceptors()}} would need
> to check for the presence of the handler interceptors on the chain already.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)