JDK-4740801 : Splash screen could not be used if downloaded from a servlet w/o jnlp file name
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2002-09-03
  • Updated: 2002-09-03
  • Resolved: 2002-09-03
Related Reports
Duplicate :  
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.
###@###.### 2002-09-03