jai-imageio / jai-imageio-core

JAI ImageIO Core (without javax.media.jai dependencies)
Other
234 stars 88 forks source link

README should suggest using https to download library #18

Closed benmccann closed 9 years ago

benmccann commented 9 years ago

This line:

<url>http://dl.bintray.com/jai-imageio/maven/</url>

Should be changed to:

<url>https://dl.bintray.com/jai-imageio/maven/</url>

To read more details about the risks of using http to download software, please see here: http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/

stain commented 9 years ago

Thanks. Also added https link to GitHub releases and Maven Central folder.