Spring @ExceptionHandler does not work with @ResponseBody

后端 未结 7 1578
南笙
南笙 2020-11-29 23:45

I try to configure a spring exception handler for a rest controller that is able to render a map to both xml and json based on the incoming accept header. It throws a 500 se

7条回答
  •  Happy的楠姐
    2020-11-30 00:38

    This seems ilke a confirmed Bug (SPR-6902 @ResponseBody does not work with @ExceptionHandler)

    https://jira.springsource.org/browse/SPR-6902

    Fixed in 3.1 M1 though...

提交回复
热议问题