FroMage / redpipe

Redpipe Web Framework
Apache License 2.0
70 stars 10 forks source link

Some exceptions in Template renderer are silently swallowed #33

Open FroMage opened 6 years ago

FroMage commented 6 years ago

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.

FroMage commented 6 years ago

Fixed by https://github.com/resteasy/Resteasy/pull/1538 but won't merge test until merged upstream.