slogging/test_slogging
Kazuhiro MIYAHARA b973f522b8 Fix parsing request path with slash delimiters
This patch fixes access_processor to parse request path correctly
when the request path includes query with slash delimiters.

For example, existing access_processor's result of log line
with a request path "/v1/acc/con?prefix=YYYY/MM/DD" is as follows:

    account = "acc"
    container_name = "con"
    object_name = "MM/DD"

It is because, existing access_processor splits query from request paths
*AFTER* splits them into account, container_name, object_name.
This patch changes splitting query timing.
2015-09-04 16:09:34 +09:00
..
speed a little more clear on the speed test 2015-02-15 11:49:50 -08:00
unit Fix parsing request path with slash delimiters 2015-09-04 16:09:34 +09:00
__init__.py Tox-ifying the project so that it runs similiar to other swift projects. 2012-08-20 17:40:38 -04:00