JDK-6546402 : 1.4.2_15 MIME type in Java Plug-in 1.4.2_15-ea-b01 is missing
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.2_15
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: linux,solaris_10
  • CPU: generic
  • Submitted: 2007-04-16
  • Updated: 2010-04-03
  • Resolved: 2007-05-21
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.
Other
1.4.2_15 b02Fixed
Related Reports
Relates :  
Description
1.4.2_15 MIME type in Java Plug-in 1.4.2_15-ea-b01 is missing

1.4.2_15 MIME type in Java Plug-in 1.4.2_15-ea-b01 is missing.
It should have been  <application/x-java-applet;jpi-version=1.4.2_15> (but it is <application/x-java-applet;jpi-version=1.4.2_14>

A simple test case for this bug is:
-  On solaris - x86 ( could also be on solaris-sparc), configure the browser to use 1.4.2_15 JPI.
-  Using firefox (or mozilla, netscape) to load any plugin applet at:  <1.4.2_15_jdk_install_dir>/ demo/plugin/applets/*
- Applets should not load.

Applets load with previous 142_14fcs, 142_13fcs and 142fcs.

Comments
SUGGESTED FIX src/plugin/oji-plugin/src/motif/common/pluginversion.h 39c39 < ";application/x-java-applet;jpi-version=1.4.2_15::Java(tm) Plug-in"\ --- > ";application/x-java-applet;jpi-version=1.4.2_14::Java(tm) Plug-in"\ 53c53 < ";application/x-java-bean;jpi-version=1.4.2_15::Java(tm) Plug-in"\ --- > ";application/x-java-bean;jpi-version=1.4.2_14::Java(tm) Plug-in"\
16-04-2007

EVALUATION Mime was not updated for 142_15, need to update for _15.
16-04-2007