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