-
Bug
-
Resolution: Fixed
-
P1
-
1.1.1
-
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.
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.