redpipe
redpipe copied to clipboard
Some exceptions in Template renderer are silently swallowed
See #32 for cause, appears to throw in template renderer, and template filter is resumed with the exception, which it rethrows because we're still sync, but then it does not appear to be serialised back to the client: probably a bug in my resteasy code.
Fixed by https://github.com/resteasy/Resteasy/pull/1538 but won't merge test until merged upstream.