Project

Profile

Help

Issue #695

closed

Location in the http header is wrong

Added by ipanova@redhat.com about 9 years ago. Updated almost 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
2.6 Beta
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

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:

+ This bug was cloned from Bugzilla Bug #1191972 +

Also available in: Atom PDF