swift/swift/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 "Fix file uploads > 2 GiB in formpost middleware" 2014-06-12 20:23:20 +00:00
ring Fix several typos in the codebase. 2014-04-25 20:14:09 -07:00
__init__.py Start using Hacking 2013-07-15 11:41:58 +02:00
bufferedhttp.py debug level logs should not be translated 2014-05-11 14:46:10 +02:00
constraints.py Add tests and comments re constraints in /info 2014-04-09 11:59:24 +01:00
container_sync_realms.py New container sync configuration option 2014-01-10 23:48:00 +00:00
daemon.py Revert "Refactor common/utils methods to common/ondisk" 2013-10-07 17:18:09 -04:00
db.py Fix several typos in the codebase. 2014-04-25 20:14:09 -07:00
db_replicator.py debug level logs should not be translated 2014-05-11 14:46:10 +02:00
direct_client.py Remove swiftclient dep on direct_client 2013-12-24 03:11:43 -08:00
exceptions.py Remove swiftclient dep on direct_client 2013-12-24 03:11:43 -08:00
http.py Change OpenStack LLC to Foundation 2013-09-20 01:02:31 +08:00
internal_client.py Add debug logging to container sync requests 2014-05-28 01:18:28 +00:00
manager.py Add targeted config loading to swift-init 2014-05-19 14:43:50 +00:00
memcached.py Fix several typos in the codebase. 2014-04-25 20:14:09 -07:00
request_helpers.py Check object segment MD5s 2014-03-13 12:56:01 -07:00
swob.py properly quote www-authenticate header value 2014-06-18 11:10:17 -07:00
utils.py Merge "replace string format arguments with function parameters" 2014-06-12 18:52:43 +00:00
wsgi.py Print pipeline names in the reported pipeline 2014-05-09 19:10:08 -06:00