aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddyhttp/fileserver/matcher_test.go
AgeCommit message (Expand)Author
2024-11-04caddyhttp: Add `MatchWithError` to replace SetVar hack (#6596)Francis Lavoie
2024-10-20fileserver: fix try_policy when instantiating file matcher from CEL (#6624)Logan Fleur
2024-04-17caddyfile: Populate regexp matcher names by default (#6145)Francis Lavoie
2024-01-13filesystem: Globally declared filesystems, `fs` directive (#5833)a
2023-02-08go.mod: Upgrade various dependencies (#5362)v2.6.3Francis 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)v2.4.3Matt 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