Bug 533054
Summary: | exceptions ignore xml output parameter | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Dogtag Certificate System | Reporter: | John Dennis <jdennis> | ||||
Component: | Certificate Manager | Assignee: | RHCS Maintainers <rhcs-maint> | ||||
Status: | CLOSED EOL | QA Contact: | Ben Levenson <benl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 1.2 | CC: | dpal, jgalipea, rcritten | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-03-27 20:05:47 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: | 431022, 533979 | ||||||
Attachments: |
|
Description
John Dennis
2009-11-04 20:25:28 UTC
Created attachment 369245 [details]
patch
Did you intentionally ignore "xmlOutput" request parameter to provide XML output only if "xml" request parameter is set to true? If no, then you are ignoring your own algorithm provided in bug #531940. (see: https://bugzilla.redhat.com/attachment.cgi?id=369228) If yes, then your patch is fine. re comment #2 yes this was intentional. The use of "xmlOutput" parameter name is a singular aberration unique to profileSubmit, all other usage is consistently "xml". I'd be happy to see the xmlOutput exception eliminated for consistency sake but I assumed it was important to retain for backward compatibility reasons. Since IPA will have it's own branch perhaps this isn't valid rationale. If these patches make it back into the main CMS code base then this would be an issue. Patch included in in bug #533979 (attachment #373874 [details]) is committed. |