[8u-dev] RFR (JAXWS): 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
Aleks Efimov
aleksej.efimov at oracle.com
Fri Jun 9 14:10:07 UTC 2017
Hello,
Please, help to review the fix that helps JAXWS marshaller to properly
escape new-line and carriage return symbols in webservice string parameters:
http://cr.openjdk.java.net/~aefimov/8172297/8/00
The source part of this fix is a partial backport of JAXWS-RI sync
changes that addressed this issue in jaxb-ri project [1].
The sync changes are currently under review here:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-May/047426.html
New regression test was added for this issue and it is passing with
other JAXWS regression and JCK8 related tests.
With Best Regards,
Aleksei
[1] JAXB-RI related commits:
https://github.com/javaee/jaxb-v2/commit/8cbd5e0ec41c94d743c6ae993289e7a18d00aed4
https://github.com/javaee/jaxb-v2/commit/2358bcf5ec96e0285e305647887d65adad6ee892
https://github.com/javaee/jaxb-v2/commit/eeb5c5631a0a9311c52b23cc20344e6b342cd42a
More information about the core-libs-dev
mailing list