RFR: 8190003: Special characters in group names should be escaped
Jonathan Gibbons
jonathan.gibbons at oracle.com
Wed Oct 25 21:43:20 UTC 2017
Please review this simple fix to better handle the "group name" supplied
in a -group option.
The name is currently just wrapped in a RawHtml node; it should be
wrapped in a StringContent node.
JBS: https://bugs.openjdk.java.net/browse/JDK-8190003
Webrev: http://cr.openjdk.java.net/~jjg/8190003/webrev.00/
-- Jon
More information about the javadoc-dev
mailing list