liberator

ordnungswidrig 2017-03-10T07:11:33.102495Z

@actsasgeek Interesting regression, can you raise an issue on GitHub, please?

actsasgeek 2017-03-10T16:40:44.678194Z

I went to make a minimal test case and it does appear that a function (fn [ctx] ctx) will work so I’m sort of back to drawing board about why it won’t work in my code.

ordnungswidrig 2017-03-10T16:47:52.826447Z

Weird. A 500 should nevertheless log an exception. You can override the resource's error handler to throw the exception instead of generating a 500. This should make debugging easier.

actsasgeek 2017-03-10T17:00:24.098149Z

cool, thanks.