Project

Profile

Help

Issue #5647

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_ansible/698":https://github.com/pulp/pulp_ansible/issues/698 




 ---- 


 Some configurations, notably with \`localhost\` and likely other internal non-TLD hostnames, allow the \`download_url\` field to give invalid URLs that cannot be resolved by an HTTP client consistently, like: 

 ~~~ 
 localhost:24816/pulp/content/orionuser1.collection_dep_a_sufvwzod.1.0.0 
 ~~~ 

 https://travis-ci.org/pulp/pulp_ansible/jobs/604970911#L1269-L1325 

 The problem appears to be caused by the lack of a schema, which would make the URL valid and resolvable. 

 

Back