1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 01:33:41 -04:00
Harshavardhana c56c2f5fd3
fix routing issue for esoteric characters in gorilla/mux ()
First step is to ensure that Path component is not decoded
by gorilla/mux to avoid routing issues while handling
certain characters while uploading through PutObject()

Delay the decoding and use PathUnescape() to escape
the `object` path component.

Thanks to @buengese and @ncw for neat test cases for us
to test with.

Fixes 
Fixes 
2020-02-12 09:08:02 +05:30
..
2020-01-13 13:05:51 -08:00