Greg Lange 597072cc95 Fix obscure double url bug in container quota middleware
With the container quota middleware on, if you made a request similar to the
following one you'd get a 500 response.

curl -i -X PUT -H 'X-Auth-Token: token'
http://127.0.0.1:8080/v1/AUTH_testhttp://something/something_else

(Note the double url.)

This was due to a mismatch in how split_path() was called in the middleware and
in the get_container_info().

This change fixes that mismatch and the bug.

Change-Id: Ie42ab585b942b7201e13b02a0c706532952aac60
2013-05-13 19:17:31 +00:00
..
2013-04-10 21:41:59 +03:00
2012-10-13 12:04:25 +11:00
2013-04-29 13:56:44 +00:00
2013-02-15 11:06:11 -06:00
2013-04-23 13:52:34 +01:00
2013-02-01 07:50:17 +11:00