JDK-7148295 : REGRESSION: 7u4 Applets wont load with Chrome
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7u4
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2012-02-23
  • Updated: 2013-04-02
  • Resolved: 2012-03-12
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 7 JDK 8
7u4 b15Fixed 8Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
J2SE Version (please include all output from java -version flag):
7u4 b11/b12

Does this problem occur on J2SE 1.5 or 6ux?  Yes / No (pick one)

No, works fine with JDK 6 and before b07

Operating System Configuration Information (be specific):

OS : Windows XP 64 bit
App: TP 8.0 SP3 / TP 8.1
Jre: 7u4 build 11 and 12
Browser : Chrome 17.0.963.46 beta-m

Bug Description:

refile bug#7133019 that not completely fix this issue.

Be able to get Applet console log for authenticating 
user first time.
But if click on any other link after 
authenticating user,  Applet is getting crashed
and 
Applet console disappears.

The same test case and an EPF in bug#7133019 can authenticate 
to their portal running
Truepass and reproduce the issue.

check Comments field for steps to reproduce.

Comments
EVALUATION The login hang is reproduced and is caused by a dead-lock between plugin initialization in server VM and cookie operation at client VM. We had a fix for that. The search link failure is also reproduced, but this is likely a javascript problem, could be a bug in Chrome as the frame doesn't seems to exist, Try to turn on Chrome developer tools, and javascript console will show an error for Chrome which works on Firefox, EventListener.js:62, top.entrustTruePassGuiFrame is actually undefined in Chrome.
28-02-2012