-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
kestrel
-
x86
-
windows_nt
Name: rlT66838 Date: 06/18/99
The applet.getDocumentBase() method had previously returned the
entire URL as entered by the user.
IE 'http://www.mysite.com/myApplet.html#param' entered by the user
would be returned as: 'http://www.mysite.com/myApplet.html#param'
by JDK 1.1.7 and Plug-In 1.1.7.
But with version Plug-In 1.2.1 I now get back only
'http://www.mysite.com/'
Is this intentional or am I missing something. I need to get
back the whole URL as it includes user parameters for the applet.
(Review ID: 84283)
======================================================================
- relates to
-
JDK-4261911 RFE new API for java.applet.Applet - return complete document URL
-
- Closed
-