scp-fs2open / fsoinstaller

The Java installer for FS2_Open and the collection of mods from the Hard Light Productions community.
12 stars 8 forks source link

set "Accept: */*" to workaround java URLConnection bug #13

Closed Spongman closed 1 year ago

Spongman commented 1 year ago

explicitly set Accept header to */* to workaround java SDK bug https://bugs.openjdk.org/browse/JDK-8163921 that causes Apache to return a 500 server error attempting to download mod.ini

Goober5000 commented 1 year ago

Nicely done 👍