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

HttpUrlConnection.connect() sets package-private ps, break HttpsUrlConnection

XMLWordPrintable

    • 1.1.1
    • generic
    • generic
    • Not verified

      HttpUrlConnection.connect() does this:

      ps = (PrintStream)http.getOutputStream();

      HttpsUrlConnection's version of connect() doesn't set ps, which is fine
      in 1.1, but not in 1.1.1. Worse, ps is package private, so HttsUrlConnection
      can't set it.

            djbrown David Brown (Inactive)
            bfootesunw Bill Foote (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: