Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4740801
Votes 0
Synopsis Splash screen could not be used if downloaded from a servlet w/o jnlp file name
Category javawebstart:other
Reported Against 1.2
Release Fixed
State 11-Closed, duplicate of 4694453, bug
Priority: 3-Medium
Related Bugs 4694453
Submit Date 03-SEP-2002
Description
First, try to launch this test twice:

http://sqesvr.sfbay.sun.com/deployment2/yuwang/development/splash/hellojaws_splashicon.jnlp

When you launch it for the second time, you should notice the splash screen
was changed to a customized one. (This is the correct and expected behavior.)

Now, try to launch this test case twice:

http://nasdaq.sfbay.sun.com:8080/nathanJavawsDev/splash/hellojaws_splashicon.jnlp

When you launch this test case for the second time, the JWS splash screen
is still being used.

The only difference is that the second jnlp file is returned by a servlet and
does not contain name of the jnlp file.

The splash.xml file is like this:
http\://sqesvr.sfbay.sun.com/deployment2/yuwang/development/splash/hellojaws_splashicon.jnlp=/home/yuwang/.javaws/cache/splashes/splash3591.jpg
http\://nasdaq.sfbay.sun.com\:8080/nathanJavawsDev/splash/lib/hellojaws.jar=/home/yuwang/.javaws/cache/splashes/splash53739.jpg


You will notice that for the second jnlp file, the splash screen jpg file
is actually associated with the jar file.

Is this the correct behavior? If yes, then there are two problems:
1. this splash screen will never be used at all.
2. since I have several more test cases which used different splash screen image but
   all use the same jar file, they will not be used seperately.
  xxxxx@xxxxx   2002-09-03
Work Around
N/A
Evaluation
N/A
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang