reitit/test/cljc/reitit
Joel Kaasinen 71a777b4fa
fix: redirect-trailing-slash-handler won't make external redirects
A redirect header like

Location: //malicious.com/foo

Would result in a redirect to https://malicious.com/foo . We never
want Locations like that out of redirect-trailing-slash-handler.

Fixes #337
2026-01-23 09:54:26 +02:00
..
coercion_test.cljc test: Remove unused def 2026-01-01 18:40:21 +01:00
core_test.cljc refactor: Ignore :missing-protocol-method linter 2026-01-01 18:40:21 +01:00
exception_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
impl_test.cljc welcome 2-phase schema compilation 2023-05-21 20:32:40 +03:00
interceptor_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
middleware_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
openapi_test.clj refactor: Remove unused required namespaces 2026-01-01 18:40:17 +01:00
ring_coercion_test.cljc refactor: Remove unused required namespaces 2026-01-01 18:40:17 +01:00
ring_spec_test.cljc feat: allow multimethods as :handlers in validation 2025-10-07 15:50:51 +03:00
ring_test.cljc fix: redirect-trailing-slash-handler won't make external redirects 2026-01-23 09:54:26 +02:00
spec_test.cljc test: handler can be a var 2024-03-15 09:18:54 +02:00
swagger_test.clj test: malli now uses . instead of ~1 in json-schema/swagger $refs 2025-05-12 14:28:19 +03:00
trie_test.cljc feat: allow colons in bracket parameter syntax 2025-12-30 10:05:20 +01:00