1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 13:04:15 -04:00
Aditya Manthramurthy 042d7f25e4 Fix regexp matcher of browser assets and paths ()
Fix regexp matcher for special assets for the browser to clash with
less of the object namespace.

Assets should now be loaded with the /minio/ prefix. Previously,
favicon.ico (and others) could be loaded at any path matching
/minio/*/favicon.ico. This clashes with a large part of the object
namespace. With this change, /minio/favicon.ico will serve the favicon
but not /minio/mybucket/favicon.ico

Fixes 
2019-01-22 10:58:28 -08:00
..
2018-03-26 12:49:12 -07:00
2018-03-26 12:49:12 -07:00
2018-03-26 12:49:12 -07:00