Comment 4 for bug 1858259

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (stable/train)

Reviewed: https://review.opendev.org/703654
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=48099c9823934bbda9fca82a49fc990fac3a9928
Submitter: Zuul
Branch: stable/train

commit 48099c9823934bbda9fca82a49fc990fac3a9928
Author: Tim Burke <email address hidden>
Date: Tue Jan 7 21:16:37 2020 -0800

    py3: Fix formpost unicode filename issues

    Previously, we took the native string filename attribute and put it
    directly in the (WSGI string) PATH_INFO field. Now, we convert it to
    a WSGI string first.

    Change-Id: I30e3beb8707b88c36bd3cdc7a0887d069e943ba6
    Closes-Bug: #1858259
    (cherry picked from commit 9483630ae130c5b2616f8617da25bcb51b647208)