rovo89 / XposedInstaller

3.88k stars 1.51k forks source link

Correcting the Redirect issue from HTTP to HTTPS. #458

Closed Ibuprophen closed 5 years ago

Ibuprophen commented 5 years ago

A fix to accommodate the changes made by @Rovo89 whereas he had enforced HTTPS on the server, but the HttpURLConnection class used by the Xposed Installer has issues with following redirects from HTTP to HTTPS.

Ibuprophen commented 5 years ago

Closing as "wontfix"...

YtvwlD commented 5 years ago

I think this should be reopened, so that people can see that this is not done.

PotcFdk commented 5 years ago

Yeah, I don't see why you would close it yourself.

Ibuprophen commented 5 years ago

@YtvwlD & @PotcFdk, I can't reopen this specific pull request since it's surpassed the time period (set by Github) of being closed.

I just resubmitted the same request on https://github.com/rovo89/XposedInstaller/pull/466 in hopes of @Rovo89 noticing it.

Are you aware of @DVDAndroid merging this fix within the https://github.com/DVDAndroid/XposedInstaller/pull/198 pull request I had submitted a while ago for his Maternal Designed XPosed Installer.

He had provided a new release shortly afterwards as well and does a great job as well! :-)

~Ibuprophen