gravitylow / Updater

Easy automatic updates for Bukkit
MIT License
35 stars 41 forks source link

Update to properly handle 301/302 redirects #30

Closed caseif closed 8 years ago

caseif commented 8 years ago

This PR adds code to properly follow 301/302 redirects while downloading artifacts. This is vital given the recent change to CurseForge's CDN which causes all download links to return a 301 response.

gravitylow commented 8 years ago

LGTM. Thanks.