minio/pkg
Harshavardhana 9ca3372870 listObjects: Marker should be unescaped before being used internally.
Without this change listObjects() goes into an infinite loop for
files which have special characters i.e "++" encoded with "%2B%2B".

We have to unescape and convert them to their native representation
before being used internally.

Fixes #1052
2016-01-26 23:32:59 -08:00
..
contentdb minio: Add config-folder option. 2015-12-07 12:34:09 -08:00
disk ioutils: Add tests 2016-01-26 12:34:04 -08:00
fs listObjects: Marker should be unescaped before being used internally. 2016-01-26 23:32:59 -08:00
ioutils ioutils: Add tests 2016-01-26 12:34:04 -08:00
user pkg/user: Add pending tests. 2015-12-07 14:13:54 -08:00