codahale / jersey-scala

[ABANDONED] A Scala library which adds support to native Scala types in Jersey applications.
MIT License
32 stars 10 forks source link

Debug output swallows exceptions #5

Open astubbs opened 13 years ago

astubbs commented 13 years ago

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 commented 13 years ago

Something along these lines..

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

astubbs commented 13 years ago

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