swift/test
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
..
functional properly quote www-authenticate header value 2014-06-18 11:10:17 -07:00
probe Fix several typos in the codebase. 2014-04-25 20:14:09 -07:00
unit properly quote www-authenticate header value 2014-06-18 11:10:17 -07:00
__init__.py In-process swift server for functional tests 2014-04-29 08:45:11 -04:00
sample.conf Plumb insecure flag to functests 2014-04-30 12:17:25 -06:00