swift/test/unit/common/middleware
Tim Burke 48099c9823 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 9483630ae1)
2020-01-21 17:03:11 +00:00
..
crypto Fix kms_keymaster under Python 3 2019-10-15 17:45:33 +00:00
s3api py3: Fix s3api header casing 2019-12-04 23:10:45 +00:00
__init__.py Initial commit of middleware refactor 2010-08-20 00:42:38 +00:00
helpers.py py3: port encryption 2018-11-20 01:30:04 -06:00
test_account_quotas.py py3: Port the acl, account_quotas, cname_lookup, container_sync 2018-12-27 18:55:47 +00:00
test_acl.py pep8 fix: assertEquals -> assertEqual 2015-10-11 12:57:25 +02:00
test_bulk.py py3: bulk -- alternate approach 2019-05-13 20:08:50 -05:00
test_catch_errors.py Merge "Enforce Content-Length in catch_errors" 2018-06-28 12:23:45 +00:00
test_cname_lookup.py py3: Port the acl, account_quotas, cname_lookup, container_sync 2018-12-27 18:55:47 +00:00
test_container_sync.py py3: Port the acl, account_quotas, cname_lookup, container_sync 2018-12-27 18:55:47 +00:00
test_copy.py py3: fix copying unicode names 2019-03-01 13:21:16 -08:00
test_crossdomain.py Increase some middleware test coverage 2019-06-05 06:19:04 +00:00
test_dlo.py dlo: Respond 200 on multi-range GETs 2019-08-16 16:35:34 -07:00
test_domain_remap.py swob: Fix up some WSGI string business 2018-06-27 15:55:30 -07:00
test_formpost.py py3: Fix formpost unicode filename issues 2020-01-21 17:03:11 +00:00
test_gatekeeper.py swob: Stop auto-encoding unicode bodies 2018-06-28 09:58:44 -07:00
test_healthcheck.py swob: Stop auto-encoding unicode bodies 2018-06-28 09:58:44 -07:00
test_keystoneauth.py Merge "Small readability change to test_keystoneauth" 2017-08-28 10:51:45 +00:00
test_list_endpoints.py py3: Monkey-patch json.loads to accept bytes on py35 2018-11-02 21:38:53 +00:00
test_listing_formats.py py3: Port listing_formats middleware 2018-09-17 13:08:12 -07:00
test_memcache.py Py3: Fix test_memcache 2018-12-03 12:52:00 +01:00
test_name_check.py py3: port some more middleware tests 2019-02-21 09:44:02 -08:00
test_proxy_logging.py Make log format for requests configurable 2019-05-02 17:43:25 -06:00
test_quotas.py py3: port some more middleware tests 2019-02-21 09:44:02 -08:00
test_ratelimit.py py3: port some more middleware tests 2019-02-21 09:44:02 -08:00
test_read_only.py py3: port some more middleware tests 2019-02-21 09:44:02 -08:00
test_recon.py Remove nobarrier option 2019-06-18 14:47:39 +01:00
test_slo.py Allow bulk delete of big SLO manifests 2019-08-13 16:51:50 -07:00
test_staticweb.py py3: port staticweb middleware 2019-04-10 17:08:21 +10:00
test_subrequest_logging.py Remove unhelpful log message in copy middleware 2018-05-29 16:59:14 -07:00
test_symlink.py Fix BadResponseLength error when creating symlink 2019-12-04 17:41:47 +00:00
test_tempauth.py Merge "Implemented the fix to handle the HTTP request methods other than GET." 2019-03-20 03:13:08 +00:00
test_tempurl.py py3: Port the tempurl middleware 2019-06-20 12:41:50 -07:00
test_versioned_writes.py Allow "static symlinks" 2019-08-16 11:22:36 -05:00
test_xprofile.py Python3: fix test_xprofile.py 2018-12-12 20:26:10 +01:00