This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ - Problem with URLConnection and Multipart form requests
On Sat, Feb 07, 2004 at 07:39:38AM -0600, Mohan Embar wrote:
> Hi Mathew,
>
> >I hope that I have the correct forum, if not please
> >point me in the correct
> >direction, this is my first post here.
>
> This is the right place. Sorry I hadn't confirmed this 'til now.
> I've been pretty swamped.
>
> >I have written a simple command line application in
> >Java (1.4.0) which posts
> >multipart requests to a website I have built. (It
> >posts images to a site by
> >searching through a directory structure; along with
> >the images it sends
> >information like its name, description etc). When
> >compiled to java bytecode
> >and run using java.exe it works fine.
>
> >I would love to be able to compile this program to a
> >windows executable and
> >have been trying to get GCJ to do this. I am using GCJ
> >version 3.4. After
> >getting past a few problems with unimplemented methods
> >it compiles.
>
> I'll try to take a look at this. If there's any chance you can
> reduce this to a smaller testcase with URLConnection
> and write a small server application which dumps the sent
> request, it would be easier for me. Also feel free to file
> this in Bugzilla:
>
> http://gcc.gnu.org/bugzilla/
Yeah, a much smaller testcase would be beautiful. I also work on this
currently for javax.print and the IPP client JIPSI. But its always nice
to have more testcases. With a smaller testcase the chance is even
better to get this fixed soon and we can then probably include the fix
in 3.4 ....
Michael