JDK-6825069 : Redirection ( based on CLSID ) doesn't work on IE8 ( tried with 1.5.0_17 b04 SE )
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2009-04-01
  • Updated: 2011-01-19
  • Resolved: 2009-04-07
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
5.0-poolResolved
Related Reports
Duplicate :  
Description
-----------IE8 baseline testing----------------
OS/platform: Windows Vista x86
JDK: 5.0 ( tried 1.5.0_17 b04 SE ) - FAIL
     6.0 ( 6u14 b03 SE )           - PASS
Other: browser - IE 8 release

Tests: 5.0 deployment/plugin/ssv_plugin

Desc:
  About 20 deployment/plugin/ssv_plugin tests failed with IE 8, but passed with IE7.
  Test focus is redirection based on specified CLSID in applet html.
  Applets with specified ( using CLSIDs ) older than installed JRE version
  must work under current JRE.

Test sample:
  see attached MimeTypes.java, TestApplet.html 
All sources, libs can be found at
/net/stt-13.russia/export/stt/gtee/results/deployment/JDK1.5.0_17/b04/plugin/WinVista-x86-IE8/failed_tests/root.Windows_Vista.x86/ssv_plugin/

Additional info:

   Expected: show version as defined in param definedJREVersion in html file.
   Actual: no applet output, typical java console output in case of failure is:
-----------------------------------------------------------
Java Plug-in 1.5.0_17
Using JRE version 1.5.0_17 Java HotSpot(TM) Client VM
User home directory = C:\Users\root
network: Loading user-defined proxy configuration ...
network: Done.
network: Loading proxy configuration from Internet Explorer ...
network: Done.
network: Loading direct proxy configuration ...
network: Done.
network: Proxy Configuration: No proxy

basic: Cache is enabled
basic: Location: C:\Users\root\AppData\LocalLow\Sun\Java\Deployment\cache\javapi\v1.0
basic: Maximum size: unlimited
basic: Compression level: 0

basic: Plugin modality.register
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
-----------------------------------------------------------
And nothing else, looks like init method doesn'r start.

Failed tests ( 21 ):
   RedirectionTest1.3.1_02 1/20 1/21
   RedirectionTest1.3.1_05 2/20 2/21
   RedirectionTest1.3.1_05B 3/20 3/21
   RedirectionTest1.3.1_06B 4/20 4/21
   RedirectionTest1.3.1_06 5/20 5/21
   RedirectionTest1.4.0 6/20 6/21
   RedirectionTest1.4.0B 7/20 7/21
   RedirectionTest1.4.0_04 8/20 8/21
   RedirectionTest1.4.0_04B 9/20 9/21
   RedirectionTest1.4.1 10/20 10/21
   RedirectionTest1.4.1B 11/20 11/21
   RedirectionTest1.4.1_07 12/20 12/21
   RedirectionTest1.4.1_07B 13/20 13/21
   RedirectionTest1.4.2_01 14/20 14/21
   RedirectionTest1.4.2_01B 15/20 15/21
   RedirectionTest1.4.2_02 16/20 16/21
   RedirectionTest1.4.2_02B 17/20 17/21
   RedirectionTest1.5.0_01 18/20 18/21
   RedirectionTest1.5_01.0B 19/20 19/21
   RedirectionTest1.5.0_01C 20/20 20/21
   FamilyCLSIDTestJRESecurity 1/1 21/21
--------------------------------------------------------------