[
https://issues.apache.org/jira/browse/CXF-7162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15717157#comment-15717157
]
ASF GitHub Bot commented on CXF-7162:
-------------------------------------
GitHub user elrodro83 opened a pull request:
https://github.com/apache/cxf/pull/210
[CXF-7162] Inconsistent reading of formatted xml when validating schema
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/elrodro83/cxf CXF-7162
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/210.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #210
----
commit 25e33a49cfd1df608b0d0d85b1e8e8369761ca0c
Author: Rodrigo Merino <[email protected]>
Date: 2016-12-03T01:58:47Z
[CXF-7162] Inconsistent reading of formatted xml when validating schema
----
> Inconsistent reading of formatted xml when validating schema
> ------------------------------------------------------------
>
> Key: CXF-7162
> URL: https://issues.apache.org/jira/browse/CXF-7162
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.7.18, 3.1.8
> Environment: All
> Reporter: Rodrigo Merino
>
> When calling StaxUtils.copy() with a source reader that is validating schema,
> the spaces between tags used for formatting the XML are not copied to the
> output.
> This causes, when used, the soap body signature validation to fail when using
> schema validation.
> I have already reported this to woodstox
> (https://github.com/FasterXML/woodstox/issues/29) but anyway,
> StaxUtils.copy() should be aware of both situations (CHARACTERS AND SPACES).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)