bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/31590] New: URI parsing bug


From: jeroen at frijters dot net
Subject: [Bug classpath/31590] New: URI parsing bug
Date: 16 Apr 2007 13:35:19 -0000

URI constructor rejects string that JDK accepts (and is used by ActiveMQ).

Repro code:
class uri
{
  public static void main(String[] args) throws Exception
  {
    System.out.println(new java.net.URI("failover://tcp://localhost:61616"));
  }
}


-- 
           Summary: URI parsing bug
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jeroen at frijters dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31590





reply via email to

[Prev in Thread] Current Thread [Next in Thread]