caddy/modules/caddyhttp/templates
Francis Lavoie 792f1c7ed7
caddyhttp: Escaping placeholders in CEL, add vars and vars_regexp (#6594)
* caddyhttp: Escaping placeholders in CEL

* Simplify some of the test cases

* Implement vars and vars_regexp in CEL

* dupl lint is dumb

* Better consts for the placeholder CEL shortcut

* Bump CEL version, register a few extensions

* Refactor s390x test script for readability

* Add retries for s390x to smooth over flakiness

* Switch to `ph` for the CEL shortcut (match it in templates cause why not)
2024-10-02 06:34:04 -06:00
..
caddyfile.go
frontmatter.go
frontmatter_fuzz.go
templates.go caddyhttp: Escaping placeholders in CEL, add vars and vars_regexp (#6594) 2024-10-02 06:34:04 -06:00
tplcontext.go caddyhttp: Escaping placeholders in CEL, add vars and vars_regexp (#6594) 2024-10-02 06:34:04 -06:00
tplcontext_test.go