Comment 2 for bug 1042078

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/11716
Committed: http://github.com/openstack/glance/commit/c59f0ab00590dec21af6f92aacdb0b73793c58db
Submitter: Jenkins
Branch: master

commit c59f0ab00590dec21af6f92aacdb0b73793c58db
Author: Vincent Untz <email address hidden>
Date: Tue Aug 21 17:17:22 2012 +0200

    Encode headers in v1 API to utf-8

    We're getting data from the registry via JSON, which means the values
    are of the unicode type. We want to output utf-8, otherwise this won't
    work if we use glance through mod_wsgi.

    Fix bug 1042078.

    Change-Id: Iadb215003db57ab25d9919341e6aba195835531c