Description of problem: In some parts of API the location path is wrong. For example: $ curl -i -H "Accept: application/json" -H "WebFrameworkSwitch: webpy" -X POST -k -u admin:admin -d '{"role_id":"role2"}' 'https://localhost/pulp/api/v2/roles/' HTTP/1.1 201 Created Date: Fri, 30 Jan 2015 10:37:00 GMT Server: Apache/2.4.10 (Fedora) OpenSSL/1.0.1e-fips mod_wsgi/3.5 Python/2.7.5 Location: role2 Content-Length: 179 Content-Type: application/json {"display_name": "role2", "description": null, "_ns": "roles", "_href": "/pulp/api/v2/roles/role2/", "_id": {"$oid": "54cb5ecc45ef482660d215f2"}, "id": "role2", "permissions": {}} location is 'Location: role2' instead of 'Location: https://localhost/pulp/api/v2/roles/role2/' Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
https://github.com/pulp/pulp/pull/1597
Moved to https://pulp.plan.io/issues/695