RFR: 8249867: xml declaration is not followed by a newline [v3]

Joe Wang joehw at openjdk.java.net
Fri Jan 29 00:07:59 UTC 2021


> Please review a patch to add an explicit control over whether a newline should be added after the XML header. This is done by adding a DOM LSSerializer property "jdk-is-standalone" and System property "jdk.xml.isStandalone". 
> 
> This change addresses an incompatibility introduced during 7u4 as an update to Xalan 2.7.1.

Joe Wang has updated the pull request incrementally with one additional commit since the last revision:

  Updated the patch based on review comments. Refer to the previous reviews.

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2041/files
  - new: https://git.openjdk.java.net/jdk/pull/2041/files/a3591aa7..0ed62318

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2041&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2041&range=01-02

  Stats: 57 lines in 3 files changed: 14 ins; 8 del; 35 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2041.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2041/head:pull/2041

PR: https://git.openjdk.java.net/jdk/pull/2041


More information about the core-libs-dev mailing list