RFR: 8349516: StAXStream2SAX.handleCharacters() fails on empty CDATA [v2]

Joe Wang joehw at openjdk.org
Sat Mar 1 01:19:17 UTC 2025


> Fix handleCharacters by adding a guard to zero length and letting the rest of the process continue (e.g. closing tags and etc).

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

  remove commented section

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23847/files
  - new: https://git.openjdk.org/jdk/pull/23847/files/70fc2ca5..2d4b7653

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23847&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23847&range=00-01

  Stats: 16 lines in 1 file changed: 0 ins; 16 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/23847.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23847/head:pull/23847

PR: https://git.openjdk.org/jdk/pull/23847


More information about the core-libs-dev mailing list