Comment 2 for bug 1370954

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

Reviewed: https://review.openstack.org/131148
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=e5cba08b08a2174aa4496406bcc84e94b6907ff4
Submitter: Jenkins
Branch: master

commit e5cba08b08a2174aa4496406bcc84e94b6907ff4
Author: Inessa Vasilevskaya <email address hidden>
Date: Mon Oct 27 17:24:47 2014 +0400

    No 4 byte unicode allowed in image parameters

    Image create or update with params containing 4 byte unicode characters
    results in 400 server error code (instead of former 500).
    Image name/location/tags/properties are validated this way

    Change-Id: Ib0fcf2456f0996e8235983b361d1ee5f66136375
    Closes-bug: #1370954