-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
unknown
-
generic
-
generic
The URLConnection implementaiton for HTTP URLs doesn't check the doOutput
flag before returning an output stream from getOutputStream. This lets one get
a connection on which output should not be done.
flag before returning an output stream from getOutputStream. This lets one get
a connection on which output should not be done.
- duplicates
-
JDK-1262782 You can getOutputStream from an HTTP URL connection even if doOutput is false
- Closed