mihnita / ansi-econsole

Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
http://www.mihai-nita.net/java/
Other
91 stars 25 forks source link

Can not install on eclipse 2018-09, 302 error from update site #39

Closed nickheniser closed 5 years ago

nickheniser commented 5 years ago

I am trying to install from behind a corporate firewall and i get a 302 http error when trying to install via the marketplace and manually via the update site URL: http://www.mihai-nita.net/eclipse

I am using eclipse 2018-09, and I can install other plugins just fine. This is the only one that is giving me trouble.

This is possibly related to #33.

mihnita commented 5 years ago

I've spent some time on this capturing network packets and tweaking things.

So I think I have managed to eliminate all redirections (302 is URL redirection). The only redirect was from the http to the https version of my site (hosting the plugin), but I think I've managed to eliminate it.

Please let me know if this solves the problem.

Thank you! Mihai

nickheniser commented 5 years ago

Just tried again behind my corporate proxy and it works! Thanks!

mihnita commented 5 years ago

Thank you for confirmation :-)