0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00
caddy/caddyconfig/httpcaddyfile
Matthew Holt cd9317e5df
httpcaddyfile: Fix route ordering bug
https://caddy.community/t/cant-get-simple-alias-to-work/7911/8?u=matt

This removes an optimization where we amortized path matcher decoding.
The decoded matchers were index by... position... which obviously
changes during sorting. Duh.

Anyway, sorting is sliiightly slower now but the Caddyfile is not
really CPU-sensitive, so this is fine.
2020-05-06 19:41:37 -06:00
..
addresses.go httpcaddyfile: Don't lowercase placeholder contents (fixes #3264) 2020-04-14 16:11:46 -06:00
addresses_fuzz.go ci: fuzz: switch engine from libfuzzer to native go-fuzz (#3194) 2020-03-26 18:20:34 -06:00
addresses_test.go httpcaddyfile: Don't lowercase placeholder contents (fixes #3264) 2020-04-14 16:11:46 -06:00
builtins.go caddytls: Finish upgrading to libdns DNS providers for ACME challenges 2020-05-02 17:23:36 -06:00
directives.go httpcaddyfile: Fix route ordering bug 2020-05-06 19:41:37 -06:00
directives_test.go tests: Clean up redundant type declarations 2020-04-10 08:48:21 -06:00
httptype.go httpcaddyfile: Only append TLS conn policy if it's non-empty (#3319) 2020-05-05 12:37:52 -06:00
httptype_test.go httpcaddyfile: Support single-line matchers (#3263) 2020-05-05 12:29:21 -06:00
options.go httpcaddyfile: Minor fixes to parsing storage options 2020-05-01 09:34:32 -06:00
tlsapp.go caddytls: Fix namespace tls.dns -> dns.providers 2020-05-02 16:28:10 -06:00