caddy/modules
Francis Lavoie 3fe2c73dd0
caddyhttp: Fix MatchPath sanitizing (#4499)
This is a followup to #4407, in response to a report on the forums: https://caddy.community/t/php-fastcgi-phishing-redirection/14542

Turns out that doing `TrimRight` to remove trailing dots, _before_ cleaning the path, will cause double-dots at the end of the path to not be cleaned away as they should. We should instead remove the dots _after_ cleaning.
2021-12-30 04:15:48 -05:00
..
caddyhttp caddyhttp: Fix MatchPath sanitizing (#4499) 2021-12-30 04:15:48 -05:00
caddypki caddypki: Minor tweak, don't use context pointer 2021-12-13 16:13:38 -07:00
caddytls caddypki: Minor tweak, don't use context pointer 2021-12-13 16:13:38 -07:00
filestorage httpcaddyfile: Minor fixes to parsing storage options 2020-05-01 09:34:32 -06:00
logging logging: add support for hashing data (#4434) 2021-12-02 13:51:37 -07:00
metrics metrics: allow disabling OpenMetrics negotiation (#3944) 2020-12-30 11:44:02 -07:00
standard metrics: Initial integration of Prometheus metrics (#3709) 2020-09-17 12:01:20 -06:00