Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [embed-cdt-dev] InputStreamReader from URL fails


> On 23 Jan 2020, at 00:10, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
> 
> I don't know what is different in Eclipse - but I do know that eclipse.org recently did a redirection change and it broke a bunch of EMF code.

Yeah, redirections are always tricky.

In our case it proved to be a Keil/Arm redirection from http to https that broke the Packs plug-ins.

Apparently the Java classes do not support this automatically, so it must be done in code.

Actually, to be defensive, it is better to always process redirects when using HttpUrlConnection.


I prepared a new 4.7.2 release, currently available for testing from http://gnu-mcu-eclipse.netlify.com/v4-neon-updates-test


I'll make it public, probably tomorrow.


Regards,

Liviu






Back to the top