-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b12
-
x86
-
windows_xp
Bug Description:
----------------
LookAndFeel of a window changes for the following scenario while running an jnlp application using JavaWebStart.
JDK-Info:
---------
java version "1.5.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b62)
Java HotSpot(TM) Client VM (build 1.5.0-beta3-b62, mixed mode)
Steps to reproduce:
-------------------
1. Install jre1.5.0 b62 in windowsXP Testing system.
2. Invoke JavaControlPanel (jre1.5.0/bin/ControlPanel)
3. Click Security tab and click "Certificates.." button.
4. Click import button and import the attached certificate in the bugtraq(client.p12) in client Authentication type,the password is "1234" and enter client authentication keystore password to be "changeit".
5. Click Apply Button and in "Advance" Tab select ShowConsole in "JavaConsole" property Apply and close the console.
6. Open I.E Browser and import the same attached certificate in Personal.
7. Import the following jnlp file from the location
https://client20.india.sun.com:8443/SQA/ShortCut/ShortCut1.jnlp
(javaws -import https://client20.india.sun.com:8443/SQA/ShortCut/ShortCut1.jnlp)
8. "Warning - Security" will popup click Yes button.
9. "Password Needed - client authentication KeyStore" window will popup to enter "changeit"
10. "Client Authentication" dialog will popup, in this window two certificates are listed one is from java keystore and one from Browser keystore.
11. "Warning - HTTPS" dialog will popup for Hostname Mismatch click "Yes" button.
The JNLP Application will be installed in the system.
12. Double Click the ShortCut created in the desktop and follow the steps from
13. "Warning - Security" will popup click Yes button.
14. "Password Needed - client authentication KeyStore" window will popup to enter "changeit"
15. "Client Authentication" dialog will popup, in this window two certificates are listed one is from java keystore and one from Browser keystore.
this dialog displayed 2 times select the certificate two times and click ok button
16. "Warning - HTTPS" dialog will popup for Hostname Mismatch click "Yes" button.
This dialog will also appear 2 time click OK button
17. "Warning - Security" will popup click "More Details" button then click "Close" button and click "Yes" button in "Warning -Security" window
small frame with a button will popup,check the console the LookandFeel will be "GTKLookAndFeel" printed as last line,the Console and Frame image are attached as (Console.jpg,Frame.jpg)
Repeat the same steps from 12 to 17 ,but in 17th step don't click more button ,just click "Yes" button
now the Frame will be displayed in MetalLookAndFeel,images are attached as (Console1.jpg,Frame1.jpg).
The problem is the lookandfeel changes due to one action in "Warning - Security" by clicking "More Details" button or without clicking the same button.
###@###.### 2004-08-10
----------------
LookAndFeel of a window changes for the following scenario while running an jnlp application using JavaWebStart.
JDK-Info:
---------
java version "1.5.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b62)
Java HotSpot(TM) Client VM (build 1.5.0-beta3-b62, mixed mode)
Steps to reproduce:
-------------------
1. Install jre1.5.0 b62 in windowsXP Testing system.
2. Invoke JavaControlPanel (jre1.5.0/bin/ControlPanel)
3. Click Security tab and click "Certificates.." button.
4. Click import button and import the attached certificate in the bugtraq(client.p12) in client Authentication type,the password is "1234" and enter client authentication keystore password to be "changeit".
5. Click Apply Button and in "Advance" Tab select ShowConsole in "JavaConsole" property Apply and close the console.
6. Open I.E Browser and import the same attached certificate in Personal.
7. Import the following jnlp file from the location
https://client20.india.sun.com:8443/SQA/ShortCut/ShortCut1.jnlp
(javaws -import https://client20.india.sun.com:8443/SQA/ShortCut/ShortCut1.jnlp)
8. "Warning - Security" will popup click Yes button.
9. "Password Needed - client authentication KeyStore" window will popup to enter "changeit"
10. "Client Authentication" dialog will popup, in this window two certificates are listed one is from java keystore and one from Browser keystore.
11. "Warning - HTTPS" dialog will popup for Hostname Mismatch click "Yes" button.
The JNLP Application will be installed in the system.
12. Double Click the ShortCut created in the desktop and follow the steps from
13. "Warning - Security" will popup click Yes button.
14. "Password Needed - client authentication KeyStore" window will popup to enter "changeit"
15. "Client Authentication" dialog will popup, in this window two certificates are listed one is from java keystore and one from Browser keystore.
this dialog displayed 2 times select the certificate two times and click ok button
16. "Warning - HTTPS" dialog will popup for Hostname Mismatch click "Yes" button.
This dialog will also appear 2 time click OK button
17. "Warning - Security" will popup click "More Details" button then click "Close" button and click "Yes" button in "Warning -Security" window
small frame with a button will popup,check the console the LookandFeel will be "GTKLookAndFeel" printed as last line,the Console and Frame image are attached as (Console.jpg,Frame.jpg)
Repeat the same steps from 12 to 17 ,but in 17th step don't click more button ,just click "Yes" button
now the Frame will be displayed in MetalLookAndFeel,images are attached as (Console1.jpg,Frame1.jpg).
The problem is the lookandfeel changes due to one action in "Warning - Security" by clicking "More Details" button or without clicking the same button.
###@###.### 2004-08-10
- relates to
-
JDK-6461817 UI for the Java Console is initialized several times
-
- Closed
-