JDK-6781554 : JNLP Applet is not honoring the title specified in JNLP file from 6u12
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u12
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2008-12-05
  • Updated: 2011-02-16
  • Resolved: 2009-01-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.
JDK 6
6u12 b03Fixed
Related Reports
Relates :  
Description
6u12b01 promoted build , 6u12b02 PIT 

Launch this application
http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/cacheViewer/CacheViewer_Applet.jnlp

With 6u12 title is displayede as  'JNLPApplet2Viewer'
Till 6u11 b03 the title comes as given in the JNLP file in this case  'CacheViewer-TestCase-Applet' 


 3 cacheviewer tests from are failing during Javaws automation .

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/deployment_data/6u12/6781554.0
05-12-2008

EVALUATION A regression caused by the fix for 6740227 in 6u12 b01. Fix is to obtain the title string from the launchDesc and uses it as the title of the JFrame. If the title isn't available, sets it to "JNLPApplet2Viewer".
05-12-2008