minio/cmd/logger
Harshavardhana c56c2f5fd3
fix routing issue for esoteric characters in gorilla/mux (#8967)
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 #8950
Fixes #8647
2020-02-12 09:08:02 +05:30
..
message Allow logging targets to be configured to receive minio (#8347) 2019-10-11 18:50:54 -07:00
target fix: close and drain the response body always (#8847) 2020-01-21 02:46:58 -08:00
audit.go fix routing issue for esoteric characters in gorilla/mux (#8967) 2020-02-12 09:08:02 +05:30
config.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
console.go Fix Windows console printing (#8805) 2020-01-13 13:05:51 -08:00
help.go Update help messages with new wording (#8616) 2019-12-06 13:53:51 -08:00
legacy.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
logger.go Allow logging targets to be configured to receive minio (#8347) 2019-10-11 18:50:54 -07:00
logonce.go Allow logging targets to be configured to receive minio (#8347) 2019-10-11 18:50:54 -07:00
reqinfo.go Add node address information to logs (#7941) 2019-07-18 09:58:37 -07:00
targets.go Allow logging targets to be configured to receive minio (#8347) 2019-10-11 18:50:54 -07:00
utils.go Fix Windows console printing (#8805) 2020-01-13 13:05:51 -08:00