Fork me on GitHub
#ring-swagger
<
2017-07-24
>
ikitommi05:07:07

@serg debigged your nginx-clojure problem… I could reproduce it. For some reason, NginxEmbedServer spins off with old version of compojure, which still has the middleware ordering bug (https://github.com/weavejester/compojure/pull/157).

ikitommi05:07:46

If you change the runner to Jetty, it works as expected.

ikitommi05:07:05

created an issue out of it: https://github.com/metosin/compojure-api/issues/326 - silent breaks with old/broken versions are bad.

ikitommi05:07:29

nginx-clojure for some reason depends on compojure 1.1.6, which is really ancient. PR there should help too.

serg07:07:55

@ikitommi ok, thank you