RFR: 8049347: HTMLDocument throws NPE for Block Tag

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Jun 14 12:50:13 UTC 2023


Trying to iterate for HEAD HTML tag or for any other "Block" Tag results in NPE due to some spurious unhandled code which just return NULL.
Removing the code solves this problem and also does not cause any regression in clientlibs test.

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

Commit messages:
 - 8049347: HTMLDocument throws NPE for Block Tag
 - Merge branch 'master' of github.com:prsadhuk/jdk
 - Merge remote-tracking branch 'upstream/master'
 - Merge remote-tracking branch 'upstream/master'
 - Revert "Fix"
 - Fix

Changes: https://git.openjdk.org/jdk/pull/14466/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14466&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8049347
  Stats: 43 lines in 2 files changed: 39 ins; 4 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/14466.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14466/head:pull/14466

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



More information about the client-libs-dev mailing list