Project

Profile

Help

Issue #7003

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1908":https://github.com/pulp/pulpcore/issues/1908 




 ---- 


 A request for /pulp/content/centos8/AppStream//repodata/repomd.xml returns 404. 
 A request for /pulp/content/centos8/AppStream/repodata/repomd.xml returns 200. 

 A request for /pulp/content/centos8//repodata/repomd.xml returns 200. 
 A request for /pulp/content/centos8/repodata/repomd.xml returns 200. 

 It seems like pulpcore-content ignores extra / if it appears after the base_path of a distribution, but not anywhere else in the URL. 

 I expect the behavior to be consistent no matter where the extra / appears.  

Back