0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/middleware/mime
Tobias Weingartner b471b7e835 Fixup mime middleware to use a map and error on duplicate extensions.
- The mime middleware used filepath where it should arguably use path.
 - Changed the configuration to use a map instead of scanning an array
   during every request.  The map is static (after configuration), so
   should be fine for concurrent access.
 - Catch duplicate extensions within a configuration and error out.
 - Add tests for new error case.
2016-03-15 23:11:19 -07:00
..
mime.go Fixup mime middleware to use a map and error on duplicate extensions. 2016-03-15 23:11:19 -07:00
mime_test.go Fixup mime middleware to use a map and error on duplicate extensions. 2016-03-15 23:11:19 -07:00