summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/rewrite/rewrite_test.go
AgeCommit message (Expand)Author
2023-05-16rewrite: use escaped path, fix #5278 (#5504)Tran Phong
2022-09-28rewrite: Only trim prefix if matchedMatthew Holt
2022-08-16caddyhttp: Smarter path matching and rewriting (#4948)Matt Holt
2022-05-09rewrite: Handle fragment before query (fix #4775)Matthew Holt
2022-05-06reverseproxy: Support performing pre-check requests (#4739)Francis Lavoie
2022-01-13rewrite: Fix a double-encode issue when using the `{uri}` placeholder (#4516)Francis Lavoie
2021-03-01rewrite: Implement regex path replacementsMatthew Holt
2021-01-11rewrite: Use RawPath instead of Path (fix #3596) (#3918)go-d
2020-04-01rewrite: Fix for rewrites with URI placeholders (#3209)Matthew Holt
2020-01-15rewrite: Make URI modifications more transactional (#2891)Matthew Holt
2020-01-11http: A little more polish on rewrite handler and try_files directiveMatthew Holt
2020-01-11rewrite: Fix query string logicMatthew Holt
2020-01-10rewrite: Rename parameters; implement custom query string parserMatthew Holt
2019-12-17rewrite: Attempt query string fix (#2891)Matthew Holt
2019-12-12rewrite: query string enh.; substring replace; add tests (see #2891)Matthew Holt