-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
1.2.2
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2022275 | 1.2.0 | Tim Prinzing | P3 | Resolved | Fixed | 1.2fcs |
JDK1.2FCS-E build:
HTMLDocument api doc was not created properly because of wrong use of "<" and here is the comment section that caused this bug.
(HTMLDocument.java source code)
line 778 * Currently, <APPLET>, <PARAM>, <MAP>, <AREA>, <LINK>,
line 779 * <SCRIPT> and <STYLE> are unsupported.
Since javadoc tool decodes it as a html file "<" and ">" should be replaced with "<" and ">" each to represent as they are.
bae-chul.kim@eng 1998-08-09
HTMLDocument api doc was not created properly because of wrong use of "<" and here is the comment section that caused this bug.
(HTMLDocument.java source code)
line 778 * Currently, <APPLET>, <PARAM>, <MAP>, <AREA>, <LINK>,
line 779 * <SCRIPT> and <STYLE> are unsupported.
Since javadoc tool decodes it as a html file "<" and ">" should be replaced with "<" and ">" each to represent as they are.
bae-chul.kim@eng 1998-08-09
- backported by
-
JDK-2022275 JDK1.2FCS-E: HTMLDocument api doc was not created properly
-
- Resolved
-
- relates to
-
JDK-4206856 improper handling for HTML special characters '<', '>', and '&'
-
- Closed
-