caddy/caddyhttp
Matthew Holt b0d9c058cc
Change CASE_SENSITIVE_PATH default to false
A default of true is risky when protecting assets by matching base path.
It's not obvious that protecting /foo/ will allow /Foo/ through, and if
accessing static files on a case-insensitive file system... that's no
good. So the default is now to be case-INsensitive when matching paths.
2017-10-08 22:19:35 -06:00
..
basicauth Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
bind Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
browse Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
errors Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
expvar Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
extensions Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
fastcgi fastcgi: Add support for SRV upstreams (#1870) 2017-10-03 07:17:54 -06:00
gzip Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
header Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
httpserver Change CASE_SENSITIVE_PATH default to false 2017-10-08 22:19:35 -06:00
index Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
internalsrv Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
limits Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
log Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
markdown Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
mime Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
pprof Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
proxy proxy: Allow insecure certificate in QUIC tests 2017-10-05 11:11:48 -06:00
push Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
redirect redir: Do not count multiple rules with if statements as duplicates 2017-09-28 11:41:11 -06:00
requestid Implement 'http.on' plugin and replace UUID lib (#1864) 2017-10-01 11:24:50 -06:00
rewrite Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
root Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
staticfiles Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
status Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
templates Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
timeouts Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
websocket Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
caddyhttp_test.go Implement 'http.on' plugin and replace UUID lib (#1864) 2017-10-01 11:24:50 -06:00
caddyhttp.go Implement 'http.on' plugin and replace UUID lib (#1864) 2017-10-01 11:24:50 -06:00