This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: URLConnection
- From: Tom Tromey <tromey at redhat dot com>
- To: "Thijs Cadier" <thijs at cadier dot net>
- Cc: GCC Hackers <gcc at gcc dot gnu dot org>
- Date: 26 Jul 2003 11:48:55 -0600
- Subject: Re: URLConnection
- References: <01ef01c3538c$f2ccf0f0$0300a8c0@thijs>
- Reply-to: tromey at redhat dot com
>>>>> "Thijs" == Thijs Cadier <thijs@cadier.net> writes:
BTW, it is better to send gcj questions to java@gcc.gnu.org.
That is what most of the gcj hackers read.
Thijs> The lib uses an URLConnection to connect to a webservice. This
Thijs> is supposed to work with HTTP POST methods. But when used with
Thijs> GCJ the webserver thinks it's not accessed with a HTTP POST. Is
Thijs> this is a bug in the URLConnection implementation?
We may not implement POST. I'm not certain.
Could you write a simple test case? That might help.
Tom