This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/9645] url.openConnection() will request by default a http GET, while the jdk requests a POST
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2003 19:52:25 -0000
- Subject: [Bug libgcj/9645] url.openConnection() will request by default a http GET, while the jdk requests a POST
- References: <20030210194559.9645.erik.poupaert@chello.be>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9645
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-06 19:52 -------
The JDK is wrong in this case as from <http://java.sun.com/j2se/1.4.1/docs/api/java/net/
HttpURLConnection.html>: "The default method is GET."