<Swing Dev> [9] Review Request: 8177450: javax.swing.text.html.parser.Parser parseScript ignores a character after commend end
Mikhail Cherkasov
mikhail.cherkasov at oracle.com
Fri Mar 31 11:28:57 UTC 2017
Hello,
Could you please review the fix for jdk9?
The problem is that Parser reads extra symbol after comment or script tag and missed the symbol.
I added 'continue' after those tags, so it goes to beginning of Parser while loop and process the symbol.
Bug: https://bugs.openjdk.java.net/browse/JDK-8177450
Webrev: http://cr.openjdk.java.net/~mcherkas/8177450/9/webrev/
Thanks,
Mikhail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20170331/8c5c52de/attachment.html>
More information about the swing-dev
mailing list