Issue #8321
Updated by ipanova@redhat.com over 3 years ago
Steps to reproduce in pulp2:
1. create a file (iso) repo in pulp2, with an importer pointing to https://fixtures.pulpproject.org/file (NOTE the lack of trailing space)
2. Sync the repository
3. Migrate the repository to pulp3
3. Check the created remote, you would expect:
https://fixtures.pulpproject.org/file/PULP_MANIFEST, but in reality it will be
https://fixtures.pulpproject.org/PULP_MANIFEST
place to fix https://github.com/pulp/pulp-2to3-migration/blob/master/pulp_2to3_migration/app/plugin/iso/repository.py#L37
Maybe also check for other occurrences where we use urljoin.