packwiz / packwiz-installer

An installer for packwiz modpacks, with automatic auto-updating and optional mods! Works well with MultiMC and on servers.
https://packwiz.infra.link/
MIT License
46 stars 21 forks source link

HTTP -> HTTPS redirects are not followed #36

Closed comp500 closed 1 year ago

comp500 commented 1 year ago

The Java URLConnection API doesn't follow redirects across protocol boundaries for "security reasons"; I'm going to switch to OkHttp to fix this.