Bug 670610
Summary: | POST /pulp/api/repositories/<id>/sync/ causes 500 error | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Mike McCune <mmccune> |
Component: | z_other | Assignee: | Jason Connor <jconnor> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | mmccune |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 12:08:17 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: | 647488 |
Description
Mike McCune
2011-01-18 19:46:50 UTC
commit 2fb94021c6b5910a53f046015ef54e928dd7b7f6 Author: Mike McCune <mmccune> Date: Tue Jan 18 11:48:51 2011 -0800 670610 - ensure that parameter dictionary access is key safe *** Bug 670694 has been marked as a duplicate of this bug. *** Fixed in 0.130. Trying to verify Mike could you please see if this is what is expected? [root@preethi ~]# curl -k -u admin:admin -X POST https://localhost/pulp/api/repositories/f13/sync/ {"scheduled_time": 0, "exception": null, "status_path": "/pulp/api/repositories/f13/sync/6130655c-28b8-11e0-9824-002564a85a58/", "finish_time": null, "start_time": null, "traceback": null, "method_name": "_sync", "state": "waiting", "result": null, "progress": null, "id": "6130655c-28b8-11e0-9824-002564a85a58"}[root@preethi ~]# [root@preethi ~]# [root@preethi ~]# curl -k -u admin:admin -X POST https://localhost/pulp/api/repositories/fedora-repo-with-czech-name/sync/ {"scheduled_time": 0, "exception": null, "status_path": "/pulp/api/repositories/fedora-repo-with-czech-name/sync/10903768-4bf6-11e0-9c07-002564a85a58/", "finish_time": null, "start_time": null, "traceback": null, "method_name": "_sync", "state": "waiting", "result": null, "progress": null, "id": "10903768-4bf6-11e0-9c07-002564a85a58"}[ verified[root@preethi ~]# rpm -q pulp pulp-0.0.146-1.fc14.noarch Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |