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 18:50:04 UTC

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

Daniel Kulp created CXF-5873:
--------------------------------

             Summary: 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: 3.0.0, 2.7.11
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp



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)