reitit/test/cljc/reitit
Miikka Koskinen 5824d9eeef Make the not-found-handler fix backwards compatible
PR #471 aimed to fix issue #464. However, the change was slightly
backwards-incompatible, since it made the file and resource handlers use
the default 404 handler when mounted outside of the router. The previous
behavior was to return nil in that case.

This patch restores the previous behavior and clarifies that `:path`
option can be used only when the file/resource handler is mounted
outside of a router.
2021-02-26 08:14:01 +02:00
..
coercion_test.cljc malli coercion + strip extra keys by default with spec 2019-12-28 00:51:41 +02:00
core_test.cljc Add clj-kondo and fix most linting warnings 2020-03-05 13:32:48 +02:00
dependency_test.cljc Fix tests 2019-02-03 15:13:28 +02:00
exception_test.cljc Better errors for route-data merge errors 2019-05-15 22:54:35 +03:00
impl_test.cljc Implement encoding of multi-valued query params. 2019-12-02 15:33:55 +02:00
interceptor_test.cljc Fix #216 2019-02-19 19:40:26 +02:00
middleware_test.cljc Fix #216 2019-02-19 19:40:26 +02:00
ring_coercion_test.cljc update deps 2020-09-26 12:11:14 +03:00
ring_spec_test.cljc Tighten middleware spec from collection to vector 2019-10-09 18:38:32 +03:00
ring_test.cljc Make the not-found-handler fix backwards compatible 2021-02-26 08:14:01 +02:00
spec_test.cljc New reitit-dev module for pretty errors 2019-03-03 20:54:21 +02:00
swagger_test.clj Remove duplicate require of schema.core 2020-06-26 00:25:09 +03:00
trie_test.cljc Allow space as separator, fixes #411 2021-01-29 15:02:35 +02:00