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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: