summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver/matcher_test.go
AgeCommit message (Expand)Author
2023-02-08go.mod: Upgrade various dependencies (#5362)Francis Lavoie
2023-01-04fileserver: Add a couple test casesMatthew Holt
2022-09-05fileserver: Support glob expansion in file matcher (#4993)Matt Holt
2022-07-30fileserver: Support virtual file systems (#4909)Matt Holt
2022-06-22Expose several Caddy HTTP Matchers to the CEL Matcher (#4715)Tristan Swadell
2021-09-16fileserver: properly handle escaped/non-ascii paths (#4332)Mohammed Al Sahaf
2021-06-17caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207)Matt Holt
2020-12-04fastcgi: Set PATH_INFO to file matcher remainder as fallback (#3739)Francis Lavoie
2020-09-16fileserver: Fix try_files for directories; windows fix (#3684)Francis Lavoie
2020-08-01fileserver: Fix newly-introduced failing test on Linux (#3625)Matt Holt
2020-07-31fileserver: Don't assume len(str) == len(ToLower(str)) (fix #3623)Matthew Holt
2020-04-27caddyhttp: Add split_path to file matcher (used by php_fastcgi) (#3302)Francis Lavoie