swift/test/unit/common
John Dickinson e00da6cabc properly quote www-authenticate header value
HTTP header values should be quoted. Since the WWW-Authenticate
header value contains user-supplied strings, it's important to
ensure it's properly quoted to ensure the integrity of the protocol.

Previous to this patch, the URL was unquoted and then the unquoted
value was returned in the header. This patch re-quotes the value
when it is set on the response.

This is filed as CVS-2014-3497

Fixes bug 1327414

Change-Id: If8bd8842f2ce821756e9b4461a18a8ac8d42fb8c
2014-06-18 11:10:17 -07:00
..
middleware Merge "xLO bug with auth tokens expiring during download." 2014-06-12 20:19:04 +00:00
ring Set permissions on generated ring files 2014-04-05 16:54:11 +01:00
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
corrupted_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
malformed_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
test_bufferedhttp.py Change OpenStack LLC to Foundation 2013-09-20 01:02:31 +08:00
test_constraints.py Fix several typos in the codebase. 2014-04-25 20:14:09 -07:00
test_container_sync_realms.py New container sync configuration option 2014-01-10 23:48:00 +00:00
test_daemon.py Revert "Refactor common/utils methods to common/ondisk" 2013-10-07 17:18:09 -04:00
test_db.py Fix misspellings in swift 2014-02-20 16:15:48 +08:00
test_db_replicator.py Relocate DATADIR to backends 2014-04-01 23:22:22 -06:00
test_direct_client.py Remove an useless dependency to swiftclient 2014-01-16 14:07:48 +01:00
test_exceptions.py Remove swiftclient dep on direct_client 2013-12-24 03:11:43 -08:00
test_internal_client.py Add debug logging to container sync requests 2014-05-28 01:18:28 +00:00
test_manager.py Fixed a handful of typos 2014-05-26 16:07:41 -05:00
test_memcached.py Attempt to make test_memcache_pool_timeout stable 2014-02-03 00:47:09 -05:00
test_request_helpers.py Generic means for persisting system metadata. 2014-01-06 22:29:37 +00:00
test_swob.py properly quote www-authenticate header value 2014-06-18 11:10:17 -07:00
test_utils.py Merge "Container sync no longer sending swift_bytes value" 2014-06-12 18:31:55 +00:00
test_wsgi.py Merge "Print pipeline names in the reported pipeline" 2014-05-27 16:04:33 +00:00