Actions
Bug #4047
closedCentos syncing fails with trailing slash
Description
BrownPanick in #katello reported an issue with katello 1.3 where syncing http://some-centos-mirror.com/centos/6/os/x86_64/ would try to fetch the netinstall iso with an incorrect path:
http://some-centos-mirror.com/centos/6/os/x86_64//../../isos/CentOS-6.4-netinstall.iso
versus
http://some-centos-mirror.com/centos/6/os/x86_64/../../isos/CentOS-6.4-netinstall.iso
If he removed the trailing slash on the feed url, it works fine.
This caused the sync to fail. This should be tested with katello 1.4 as well
Created: jlsherrill on October 11, 2013 17:28 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/3166
Actions