Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Concerns about org.eclipse.ecf.provider.filetransfer.httpclient45


On 4 Mar 2020, at 14:11, Aleksandar Kurtakov <akurtako@xxxxxxxxxx> wrote:

On Wed, Mar 4, 2020 at 2:55 PM Ed Merks <ed.merks@xxxxxxxxx> wrote:
...
start from scratch.   Also, perhaps we'd lose many features, such as a
connection pool to speed things up.   It's a big open question...

In terms of lose of features my brief look up yielded nothing (e.g.  connection pool is
....
 

On 04.03.2020 13:48, Aleksandar Kurtakov wrote:
> Slightly off topic but keeping up with httpclient has proved to be a
> big timesync. It's probably about time to start working on
> https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html
> based filetransfer implementation and stop losing the time to keep up
> with yet another third party library.

I think you might lose https connections over http proxies that require
basic authentication unless you set a particular system property. See
Java 11 HttpClient will behave the same in that respect.

Cheers,

  Thomas

Back to the top