Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] HTTP based Filetransfer

IIRC, the HttpClient could be configured to handle this automatically. But I may be mistaken, perhaps it did require custom exception handling or something like that.

The project has moved from Jakarta/Commons to top level and I can't find the JavaDoc online, but maybe this helps: http://hc.apache.org/httpclient-3.x/redirects.html

Erkki

Thomas Hallgren wrote:
Hi,
Will the ECF filestransfer implementation for http do some extra magic if it encounters a 302 response? The reason I ask is this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=219372. It seems the JVM runtime URL implementation doesn't always do that (although the error is perhaps in what the server is sending). Will ECF help in this respect?

Regards,
Thomas Hallgren

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top