You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (Jira)" <ji...@apache.org> on 2022/01/27 15:48:00 UTC

[jira] [Created] (CXF-8646) Don't return exception class name when parsing XML

Colm O hEigeartaigh created CXF-8646:
----------------------------------------

             Summary: Don't return exception class name when parsing XML
                 Key: CXF-8646
                 URL: https://issues.apache.org/jira/browse/CXF-8646
             Project: CXF
          Issue Type: Improvement
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 3.4.6, 3.5.1


The task is to stop returning the Woodstox exception message when an error occurs during parsing, e.g.:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[com.ctc.wstx.exc.WstxLazyException] Invalid character reference: null character not allowed in XML content.
 at [row,col \{unknown-source}]: [6,29]</faultstring></soap:Fault></soap:Body></soap:Envelope>



--
This message was sent by Atlassian Jira
(v8.20.1#820001)