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

RFE: URLStreamHandler parseURL and setURL to throw MalformedURLExceptions

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.2.2
    • core-libs
    • generic
    • generic

      Name: rlT66838 Date: 09/17/99


      It seems like the methods parseURL() and setURL() in
      the class URLStreamHandler should be declared to throw
      MalformedURLException's.

      This is because subclasses of URLStreamHandler are used,
      via these methods, to parse the protocol-specific part of
      String URLs in the URL constructors. However, because these
      methods are not declared to
      throw MalformedURLExceptions, subclasses that override these
      methods cannot throw them, and so there is no way for these
      subclasses to indicate failure to parse the protocol-specific
      part.

      Example:

        new URL("jar:blahblah"); // invalid URL


      (Review ID: 95352)
      ======================================================================

            michaelm Michael McMahon
            rlewis Roger Lewis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: