Tested bits : Latest jdk8 nightly cobundle
Http authentication scenarios against fx javaws applications are providing quite confusing behavior to end use . We supposed to see authentication dialog from Java before launching the application but we are seeing the dialog once application is launched.
Steps to reproduce:
----------------------------
1) Install latest jdk8 or 7UR co-bundle
2)Load following page
http://mossad.us.oracle.com:8080/basicAuth/tests/httpAuthentication/html/CodebaseTest.html
Enter credentials as follows:
User: jituB
pass : jitu20
Applet should get loaded fine . Now launch the javaws app by clicking on link "Webstart: click to launch this app as webstart"
If you can see Authentication pop-up after javaws app is launched then issue is reproduced
3) Clear cache and try to launch app using javaws from command line "javaws http://mossad.us.oracle.com:8080/basicAuth/tests/httpAuthentication/html/CodebaseTest.jnlp"
Now first we will see authentication dialog from JRE(swing based) , Enter credentials as User: jituB, pass : jitu20
Now once app is launched, after few seconds we will see FX based authentication dialog.
Http authentication scenarios against fx javaws applications are providing quite confusing behavior to end use . We supposed to see authentication dialog from Java before launching the application but we are seeing the dialog once application is launched.
Steps to reproduce:
----------------------------
1) Install latest jdk8 or 7UR co-bundle
2)Load following page
http://mossad.us.oracle.com:8080/basicAuth/tests/httpAuthentication/html/CodebaseTest.html
Enter credentials as follows:
User: jituB
pass : jitu20
Applet should get loaded fine . Now launch the javaws app by clicking on link "Webstart: click to launch this app as webstart"
If you can see Authentication pop-up after javaws app is launched then issue is reproduced
3) Clear cache and try to launch app using javaws from command line "javaws http://mossad.us.oracle.com:8080/basicAuth/tests/httpAuthentication/html/CodebaseTest.jnlp"
Now first we will see authentication dialog from JRE(swing based) , Enter credentials as User: jituB, pass : jitu20
Now once app is launched, after few seconds we will see FX based authentication dialog.