This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi list, I just commited the attached patch to fix HTTP connections. SUN seems to implicitely switch to POST method when getOutputStream() is called. A mauve testcase for this got written an commited. GNU inetlib seems to have this bug too. Michael 2004-10-26 Michael Koch <konqueror@gmx.de> * gnu/java/net/protocol/http/Connection.java (getOutputStream): Implicitely switch to POST method.
Attachment:
post.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |