|
Quick Lists
|
|
Bug ID:
|
6559989
|
|
Votes
|
0
|
|
Synopsis
|
Incorrect mime type described in Java SE 6 plugin developer's guide
|
|
Category
|
guides:none
|
|
Reported Against
|
|
|
Release Fixed
|
6u4(b04)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
|
|
Submit Date
|
21-MAY-2007
|
|
Description
|
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
Posted Date : 2007-05-21 16:50:18.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Replaced 1.6.0 in all occurences of using_tags.html page.
- Jacob Royal
Posted Date : 2007-06-29 04:42:46.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |