Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6345395

java.net.URI: Valid URI isn't recognized

XMLWordPrintable

    • b63
    • generic
    • generic

      The URI 'abc://' isn't recognized as a valid URI.

      'abc:' is schema.

      '//': hier-part ::= "//" authority path-abempty

      '': authority ::= [userinfo "@"] host [":" port]
      '': host ::= IP-literal | IPv4address | reg-name
      '': reg-name ::= *(...)
      authority can be empty

      '': path-abempty ::= *("/" segment)
      can be empty too

      (see RFC 3986)

            yuwangsunw Yujiang Wang (Inactive)
            itseytin Igor Tseytin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: