Fix proxy authentication failure in Native mode#237
Fix proxy authentication failure in Native mode#237scottslewis merged 1 commit intoeclipse-ecf:masterfrom
Conversation
Signed-off-by: Nicolas Baumann <nbauma109@users.noreply.github.com>
|
Can one of the admins verify this patch? |
|
This is indeed in the ECF filetransfer codebase, and I will apply it. I can't guarantee a timely release though. Probably the annual release in June would be target. However, the httpclient5 provider is on it's way out of Eclipse...and the intention has always been that only the jreprovider only would eventually be used in Eclipse. I have not been in touch with the people making/planning/doing that transition so let's include @merks |
|
Unfortunately no person or group seems inclined to upgrade the JRE-based provider to cover all the complex proxy-types of network topologies. 😢 So mostly the new provider is being suppressed, e.g., in the Eclipse Installer and the EPP IDEs. On the brighter side, the GOAWAY problems seem to have gone away with fixes in the newer JREs. Please keep the SimRel schedule in mind: https://eclipse.dev/simrel/?file=wiki/SimRel/2026-06.md You should expect that anything not released significantly before the Platform's RC2+0 on May 29 (where the builds are produced 2 days earlier for testing) will not be included in SimRel:
So best to aim for something before May 22nd. |
|
Not sure to understand. Which direction is Eclipse taking ?
|
org.eclipse.provider.filetransfer.httpclient5 bundle. Amendment to merged pr: eclipse-ecf#237
Updated version from 1.1.102 to 1.1.200 for pr #237, updated associated feature version and updated top-level versions from 3.16.5 to upcoming 3.16.6 release


Fixes #236
Please review, and let me know your concerns if this really isn’t the right place.