JDK-6651999 : Semantics of version attribute in embed tag are wrong
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-01-17
  • Updated: 2010-09-08
  • Resolved: 2008-02-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b12Fixed
Related Reports
Relates :  
Description
###@###.### has pointed out that the current handling of the "version" attribute in the embed tag in the new plug-in is incorrect. Currently we translate for example "application/x-java-applet;version=1.4" as "java_version=1.4*". From a semantic standpoint this is not correct and is also overly strict. It should be converted as "java_version=1.4+".

This and 6643518 are causing automation problems for SQE.

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/deployment_data/6u10/6651999.1 testcase: http://j2se.east.sun.com/deployment/www/tests/1.6.0_10/6651999/
19-01-2008

EVALUATION Due to a misunderstanding of the semantic meaning of the version attribute in the MIME type of the embed tag, it is being treated incorrectly in the new Java Plug-In. It is supposed to be treated as a minimum required version, meaning that for example application/x-java-applet;version=1.5 should be converted (in the new plug-in's syntax) to java_version=1.5+ but currently it is being treated as java_version=1.5* Corrected the conversion of this attribute.
19-01-2008