fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

Correctly follow links for mirrorlist redirects #259

Open adrianreber opened 5 years ago

adrianreber commented 5 years ago

https://pagure.io/fedora-infrastructure/issue/7444

Fedora uses MirrorManager's mirrorlist redirect feature for download.fedoraproject.org, The redirect is path based and MirrorManager redirects to the closest mirror. Unfortunately MirrorManager does not handle symlinks so redirects for thinks like 7Server does not work.

MirrorManager should handle redirects pointing to symlinks correctly.