You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2014/07/11 21:15:06 UTC

[jira] [Resolved] (CXF-5873) Exception in SoapOutInterceptor causes lots of warnings in log

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

Daniel Kulp resolved CXF-5873.
------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1
                   2.7.12
                   2.6.15

> Exception in SoapOutInterceptor causes lots of warnings in log
> --------------------------------------------------------------
>
>                 Key: CXF-5873
>                 URL: https://issues.apache.org/jira/browse/CXF-5873
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.7.11, 3.0.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.6.15, 2.7.12, 3.0.1
>
>
> If a client doesn't read the entire message (maybe a fault is detected early) and closes the connection before the SoapOutInterceptor manages to write the body close/envelope close, a SOAPFault is thrown and then a whole series of log entries occurs from the original Fault, then a new fault due to trying to write out a new root (the SOAP:Fault element), etc...  
> We should detect if the cause is an EOFException and just ignore/continue as there is nothing we can do.



--
This message was sent by Atlassian JIRA
(v6.2#6252)