ring

bteuber 2018-03-06T09:43:39.000459Z

Hi - after upgrading to compojure-api 2.0.0-alpha18 and ring-jetty-adapter 1.6.3 I now always get a 500 instead of 404 for invalid routes. I am wondering if this has just been removed and I need to add my own middleware / default handler, or whether something else is going on (e.g. content formats).

seancorfield 2018-03-06T17:22:35.000699Z

@bteuber Normally 500 means an exception... anything in your logs?