reitit/test/clj/reitit/ring/middleware
Joel Kaasinen 75faf709e2
fix: create-exception-middleware for deep hierarchies
The code was not finding the closest ancestor to the error type,
because `ancestors` is not ordered. Now the code does a DFS to find a
nearest ancestor. If the nearest ancestor is non-unique, an arbitrary
one is picked.
2026-01-09 09:26:21 +02:00
..
exception_test.clj fix: create-exception-middleware for deep hierarchies 2026-01-09 09:26:21 +02:00
multipart_test.clj TODO: multipart tests 2018-08-22 20:06:51 +03:00
muuntaja_test.clj format-ns 2022-02-14 16:59:20 +02:00
parameters_test.clj format-ns 2022-02-14 16:59:20 +02:00