-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.3.0
-
sparc
-
solaris_2.5
Name: akC97680 Date: 11/02/99
The javadoc spec for java.net.URL.URL(java.net.URL, java.lang.String) states:
------------ javadoc excerpt --------------
Creates a URL by parsing the given spec within a specified context. The
new URL is created from the given context URL and the spec argument as
described in RFC2396 "Uniform Resource Identifiers : Generic Syntax" :
<scheme>://<authority><path>?<query>#<fragment>
The reference is parsed into the scheme, authority, path, query and fragment
parts. If the path component is empty and the scheme, authority, and query
components are undefined, then the new URL is a reference to the current
^^^^^^^
document.
^^^^^^^^
----------- end javadoc excerpt -----------
This excerpt is the only place in the java.net.URL javadoc documentation where
the term "current document" is referenced to. The mean of term "current
document" is undefined.
======================================================================
The javadoc spec for java.net.URL.URL(java.net.URL, java.lang.String) states:
------------ javadoc excerpt --------------
Creates a URL by parsing the given spec within a specified context. The
new URL is created from the given context URL and the spec argument as
described in RFC2396 "Uniform Resource Identifiers : Generic Syntax" :
<scheme>://<authority><path>?<query>#<fragment>
The reference is parsed into the scheme, authority, path, query and fragment
parts. If the path component is empty and the scheme, authority, and query
components are undefined, then the new URL is a reference to the current
^^^^^^^
document.
^^^^^^^^
----------- end javadoc excerpt -----------
This excerpt is the only place in the java.net.URL javadoc documentation where
the term "current document" is referenced to. The mean of term "current
document" is undefined.
======================================================================