Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-1126

[classlib][net] unexpected URISyntaxException for URI.parseServerAuthority()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Classlib
    • None
    • Patch Available

    Description

      The Harmony method URI.parseServerAuthority() throws URISyntaxException for uri 'file://C:/1.txt' while RI returns correct value.

      ==================== test.java =====================
      import java.net.*;

      public class test {

      public static void main (String[] args) throws Exception

      { System.out.println("res = " + URI.create("file://C:/1.txt").parseServerAuthority()); }


      }
      ================================================

      Output:
      C:\tmp\tmp17>C:\jrockit-jdk1.5.0-windows-ia32\bin\java.exe -cp . -showversion test
      java version "1.5.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
      BEA WebLogic JRockit(R) (build dra-38972-20041208-2001-win-ia32, R25.0.0-75, GC: System optimized over throughput (initial strategy singleparpar))

      res = file://C:/1.txt

      C:\tmp\tmp17>C:\harmony\classlib1.5\deploy\jdk\jre\bin\java.exe -cp . -showversion test
      java version 1.5 (subset)

      (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
      Exception in thread "main" java.net.URISyntaxException: Invalid port number at index 2: C:
      at java.net.URI$Helper.parseAuthority(URI.java:417)
      at java.net.URI$Helper.access$1500(URI.java:22)
      at java.net.URI.parseServerAuthority(URI.java:1217)
      at test.main(test.java:6)

      Attachments

        1. URITest.patch
          0.8 kB
          Vladimir Bossicard
        2. H-1126.patch
          2 kB
          Mikhail Markov

        Activity

          People

            tellison Tim Ellison
            vladimir Vladimir Bossicard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: