You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Kyle Lape (JIRA)" <ji...@apache.org> on 2014/10/10 23:56:34 UTC

[jira] [Issue Comment Deleted] (CXF-6038) Repeatedly invoking setHandlerChain() can cause a build up of handler interceptors on the chain

     [ https://issues.apache.org/jira/browse/CXF-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kyle Lape updated CXF-6038:
---------------------------
    Comment: was deleted

(was: Submitted pull requests on github:

master: https://github.com/apache/cxf/pull/25
2.7-fixes: https://github.com/apache/cxf/pull/26)

> 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
>
> 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)