I have a controller like the following:
controller
@RequestMapping(value = "/image") @ResponseBody public byte[] getImage(Model model) throws IOE