Bug 1173139
Summary: | candlepin is not sending x-candlepin-request-uuid header in responses | ||
---|---|---|---|
Product: | [Community] Candlepin | Reporter: | Adrian Likins <alikins> |
Component: | candlepin | Assignee: | Filip Nguyen <fnguyen> |
Status: | CLOSED WORKSFORME | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.9 | CC: | fnguyen |
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: | 2015-09-14 14:34:33 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Adrian Likins
2014-12-11 14:04:30 UTC
Maybe server/src/main/java/org/candlepin/guice/CandlepinFilterModule.java isn't passing the LoggingFilterConfig to the right places? Seems like the values set there aren't known by ServletResponses Works in master: curl -i -k -u admin:admin "https://localhost:8443/candlepin/status" HTTP/1.1 200 OK Server: Apache-Coyote/1.1 x-candlepin-request-uuid: 4f3dab4d-55d2-40e7-8306-c9c613b5c275 X-Version: 2.0.6-1 Content-Type: application/json Transfer-Encoding: chunked Date: Mon, 14 Sep 2015 14:33:49 GMT {"result":true,"version":"2.0.6","rulesVersion":"5.17","release":"1","standalone":true,"timeUTC":"2015-09-14T14:33:49.316+0000","managerCapabilities":["cores","ram","instance_multiplier","derived_product","cert_v3","guest_limit","vcpu","hypervisors_async","storage_band"],"rulesSource":"DEFAULT"} |