swift/test
gholt a94a283149 Fixed bugs re: make_pre_authed* and SCRIPT_NAME
There were bugs with SCRIPT_NAME and
swift.common.wsgi.make_pre_authed* functions.

1) SCRIPT_NAME wasn't copied with PATH_INFO, which it should've been.
2) When a new path was given, SCRIPT_NAME wasn't set to an empty
   string but just omitted, which is allowed by spec, but really
   should be set.

For completeness, if SCRIPT_NAME doesn't exist in the source env, it
will be created in the new env, but as an empty string.

Change-Id: Ifbc27ed8ff357038c54df4d37de46cfd5e31372e
2012-10-30 15:54:05 +00:00
..
functional Merge "Remove utf-8 in metadata and http header names" 2012-10-25 16:01:05 +00:00
functionalnosetests Remove swift.common.client from here. 2012-06-07 16:36:49 +02:00
probe Random pep8 fixes! 2012-10-13 12:04:25 +11:00
unit Fixed bugs re: make_pre_authed* and SCRIPT_NAME 2012-10-30 15:54:05 +00:00
__init__.py Implement unit_test config to disable syslog. 2012-05-03 14:25:46 -04:00
sample.conf swift constraints are now settable via config 2012-09-07 11:18:42 -07:00