-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P1
-
Affects Version/s: 1.1.1
-
Component/s: core-libs
-
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.