reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
2020-09-29T23:21:47.028800Z

I recently upgraded reitit and now any endpoint that takes form params using the newer Swagger UI seems to return a 500 with the response:

connection: close 
 server: Jetty(9.4.28.v20200408) 
Does this ring a bell as to a new or existing issue? I can call the endpoint successfully with the clj-http client.

ikitommi 2020-09-30T09:26:21.037200Z

just merged in PR to fix this: https://github.com/metosin/reitit/pull/417

2020-09-30T13:08:56.043700Z

Great. Thanks!