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 16:43:00 UTC

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

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

Colm O hEigeartaigh updated CXF-8646:
-------------------------------------
    Description: 
The task is to stop returning the Woodstox exception class name 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>

  was:
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>


> 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
>            Priority: Major
>             Fix For: 3.4.6, 3.5.1
>
>
> The task is to stop returning the Woodstox exception class name 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)