Unidata / IDV

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.
http://www.unidata.ucar.edu/software/idv/
Other
80 stars 37 forks source link

Update url to support form #128

Open lesserwhirls opened 6 years ago

lesserwhirls commented 6 years ago

Currently, the built-in IDV support request form fails. The code should be upgraded to use https for the support form post url:

https://github.com/Unidata/IDV/search?q=requestSupport.jsp

Even better, HttpFormEntry should be enhanced to handle redirect responses from the server (301, 302, 303, 307, 308).

lesserwhirls commented 6 years ago

What do you think, @piqueen314 - want to give it a shot? If not, I can tackle this.

piqueen314 commented 6 years ago

Heck yeah I'll give it a shot. Need to crush...

Cece

On Wed, Nov 22, 2017 at 10:52 AM, Sean Arms notifications@github.com wrote:

What do you think, @piqueen314 https://github.com/piqueen314 - want to give it a shot? If not, I can tackle this.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Unidata/IDV/issues/128#issuecomment-346426997, or mute the thread https://github.com/notifications/unsubscribe-auth/AGvIcyl29OP1mfijLh_liaQvopgxoUYTks5s5F9qgaJpZM4QnxqY .

oxelson commented 6 years ago

Hey guys, not sure of the code that handles the GET request for www.unidata.ucar.edu/software/idv/resources/bundles.xml after the IDV starts up is hard coded with the http protocol as well. Would you mind checking?