-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.2.2, 1.3.0
-
x86
-
windows_95, windows_98
Name: rlT66838 Date: 01/25/2000
C:\WINNT\system32>java -version
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
RSA/Thawte signed applet is not recognised as signed in Netscape4.7 under Win95
Sign any applet with a Thawte certificate and run it using Java plug-in in
Netscape4.7 under Windows95. The dialog granting the applet permission to run
never appears and the AccessControlException is thrown if the applet attempts to
access any system resources.
The bug ID 4228067 is a different bug from what I reported. In my case the "grant permisson" dialog doesn't appear at all. The bug that you quoted, on the
other hand, describes the situation when the applet displays the initial dialog and *then* fails to display the "additional information" about the
certificate.
The same applet definitely works in Netscape under NT. That makes me beleive that Win95 is at fault. Unfortunately, I can't make any comments about IE.
I also know for sure that the same applet does not work in Netscape under Win95 using JDK1.3beta. It would be nice to at least find out what causes the
problem.
(Review ID: 100307)
======================================================================
Name: rlT66838 Date: 01/26/2000
c:\4dos>java -version
java version "1.3beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3beta-O)
Java(TM) HotSpot Client VM (build 1.3beta-O, mixed mode)
When trying to load a Thawte signed applet from a local web server using the
browser's default proxy settings, the following exception is thrown:
Java(TM) Plug-in: Version 1.3beta-O
Using JRE version 1.3beta Java(TM) HotSpot Client VM
User home directory = C:\WINDOWS
Proxy Configuration: Manual Configuration
Proxy:
http=rhlinux.dssi-jcl.com:3128;https=rhlinux.dssi-jcl.com:3128;ftp=rhlinux.dssi-
jcl.com:3128;socks=rhlinux.dssi-jcl.com
Proxy Overrides:
JAR cache enabled.
Applet code base is: http://infoxlweb.dssi-jcl.com/infox/
Loading this LookAndFeel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
The current host O.S. is: Windows 98
java.security.AccessControlException: access denied (java.net.SocketPermission
infoxlweb.dssi-jcl.com resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at sun.awt.SunToolkit.getImageFromHash(Unknown Source)
at sun.awt.SunToolkit.getImage(Unknown Source)
at
com.symantec.itools.javax.swing.icons.ImageIcon.<init>(ImageIcon.java)
at com.dssi.ixl.IXLApplet.init(IXLApplet.java:127)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
(Review ID: 100396)
======================================================================