Tested Builds : promoted jdk7-b127 and latest jdk7b128-pit bundles
OS Tested: IE7/8/9 and FF3.6/FF4
Under some scenarios once jnlp application or applet is tried to be launched then progress download window stays there and one has to close the progress dialog(using X button) in order to get the application/applet launched
Issue is seen with jdk7-b127 and latest b128 PIt bundles. Issue is not reproducible with b126
Steps to reproduce:
-------------------
Install jdkb-127 or latest PIT bundles
I) Launching from browser
- Try to launch following jnlp using browser
Note: In case of IE sometimes launch fails on first attempt and one has to try to launch the application again(separate CR will be opened to track that issue)
http://mossad.us.oracle.com:8080/basicAuth/tests/BAT.jnlp
http://mossad.us.oracle.com:8080/basicAuth/tests/TestIndexingSigned.jnlp
- Enter following info against basic Authentication pop-ups coming from Browser and Java
user : jituB
pass: jitu20
- Accept the security pop-up (should be there while running TestIndexingSigned.jnlp)
- If download progress window stays there then bug is reproduced
- Close dialog using "X" , then you can notice that application/applet will get launched successfully
II) Launching from javaws command line
In this case only applets has some issues
- Run following applet as
javaws http://mossad.us.oracle.com:8080/basicAuth/tests/TestIndexingSigned.jnlp
- Enter following info against basic Authentication pop-ups coming from Java
user : jituB
pass: jitu20
- Click Cancel On the security pop-up and If download progress window stays there then bug is reproduced
|