Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2039051 | 1.4.0 | Michael McMahon | P3 | Resolved | Fixed | beta |
Name: rmT116609 Date: 12/04/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
The URL constructor throws a java.lang.StringIndexOutOfBoundsException given the
following URL:
http://www.javasoft.com/jdc/community/chat/index.html#javalive?frontpage-jdc
It can be tested with the following code:
public class Test
{
public static void
main(String[] args) throws Exception
{
System.out.println(new java.net.URL(args[0]).toString());
}
}
(Review ID: 112994)
======================================================================
- backported by
-
JDK-2039051 URL constructor throws java.lang.StringIndexOutOfBoundsException
- Resolved