I can get an output stream from an HTTP URL connection even if doOutput is false
This is the root of our belief that Netscape "doesn't allow POST". It does, but they
reasonably require that doOutput be true before the will return an output stream
to a URL. We ignore the flag. We shouldn't.
This is the root of our belief that Netscape "doesn't allow POST". It does, but they
reasonably require that doOutput be true before the will return an output stream
to a URL. We ignore the flag. We shouldn't.
- duplicates
-
JDK-1262782 You can getOutputStream from an HTTP URL connection even if doOutput is false
- Closed