0

我有一个使用 jersey+enunciate 的休息项目,现在我想用恶意字符串测试端点。该程序的输出在我看来就像 JacksonParseException 但没有详细信息或堆栈跟踪:

Unexpected character ('6' (code 54)): was expecting comma to separate ARRAY entries
 at [Source: org.apache.catalina.connector.CoyoteInputStream@28fe53cf; line: 1, column: 35]

我想捕获异常,但即使声明默认错误页面也无法完成工作,球衣中的 ExceptionMapper 也无法获得它。(在我看来,它之前在容器中被捕获并记录但没有被重新抛出)。

4

1 回答 1

0

Try applying a servlet filter that catches the exception.

于 2013-07-10T18:21:56.393 回答