-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 6
-
Component/s: docs
-
b04
-
x86
-
windows_xp
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2206114 | 7 | Sowmya Kannan | P3 | Closed | Fixed | b128 |
The mime type for the embed tag described in the following Java SE 6 plugin develpoer's guide is incorrect:
http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html
Incorrect entries:
type="application/x-java-applet;version=1.6.0"
(Note: there are at least 2 incorrect entries in the above page)
The correct entry should be:
type="application/x-java-applet;version=1.6"
(Note: the correct entry is without the trailing ".0" at the end)
This has been reported by a developer in the following forum:
http://forum.java.sun.com/thread.jspa?messageID=9674964
http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html
Incorrect entries:
type="application/x-java-applet;version=1.6.0"
(Note: there are at least 2 incorrect entries in the above page)
The correct entry should be:
type="application/x-java-applet;version=1.6"
(Note: the correct entry is without the trailing ".0" at the end)
This has been reported by a developer in the following forum:
http://forum.java.sun.com/thread.jspa?messageID=9674964
- backported by
-
JDK-2206114 Incorrect mime type described in Java SE 6 plugin developer's guide
-
- Closed
-