Bug 729780
| Summary: | Candlepin returns 403 instead of 404 for superadmin | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Candlepin | Reporter: | Andrew Edwards <aedwards> | ||||
| Component: | candlepin | Assignee: | Bryan Kearney <bkearney> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | John Sefler <jsefler> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 0.5 | CC: | jmolet, tpfromme, wpoteat | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Solaris | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-05-30 13:16:05 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 682238 | ||||||
| Attachments: |
|
||||||
|
Description
Andrew Edwards
2011-08-10 19:32:51 UTC
Created attachment 517680 [details]
trace from the 403 error
Fixed in 30caf1ecfb3c73d721ccc0fe3346ec4ce25d2ee6 in master candlepin. Looks like the correct error message shows now: [jmolet@jmolet ~]$ curl -k -u admin:admin GET https://mgmt5.rhq.lab.eng.bos.redhat.com:8443/candlepin/owners/bogusowner | json_reformat curl: (6) Could not resolve host: GET; Cannot allocate memory % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 64 100 64 0 0 201 0 --:--:-- --:--:-- --:--:-- 260 { "displayMessage": "Owner with id bogusowner could not be found" } candlepin: "version": "0.4.10" |