Comment 6 for bug 1774238

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to swift (master)

Reviewed: https://review.openstack.org/571904
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=7cec5a8fdb8ea376aa3f495181f0f295c1c84571
Submitter: Zuul
Branch: master

commit 7cec5a8fdb8ea376aa3f495181f0f295c1c84571
Author: Tim Burke <email address hidden>
Date: Wed May 30 15:57:12 2018 -0700

    tempauth: Send back url-encoded account names

    Taking user_tést_tester and sending back a link to http://saio:8080/v1/AUTH_tést
    may work, but it would be better as http://saio:8080/v1/AUTH_t%C3%A9st

    This is particularly important if you define something like user_test%ff_tester.

    Change-Id: I19d21af94c21fccb4fb835acae231dec424790bb
    Related-Bug: 1774238