jersey-scala icon indicating copy to clipboard operation
jersey-scala copied to clipboard

Debug output swallows exceptions

Open astubbs opened this issue 14 years ago • 2 comments
trafficstars

https://github.com/codahale/jersey-scala/blob/development/src/main/scala/com/codahale/jersey/providers/JerksonProvider.scala#L54 swallows the exceptions being thrown - should it not, as per the reader, throw up an exception?

astubbs avatar Oct 28 '11 01:10 astubbs

Something along these lines..

https://github.com/codahale/jersey-scala/pull/6

astubbs avatar Oct 28 '11 01:10 astubbs

P.s. I hit this issue because it was causing an un-explained NPE later down the line in some Jersey code.

astubbs avatar Oct 28 '11 02:10 astubbs