Fork me on GitHub
#liberator
<
2017-03-10
>
ordnungswidrig07:03:33

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

actsasgeek16:03:44

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.

ordnungswidrig16:03:52

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.

actsasgeek17:03:24

cool, thanks.