Is there a way to redirect the user-agent in a Jersey Resource?
in Spring MVC there's the "redirect:"-Syntax but I didn't find anything comparable in jersey's Viewable class. The only method i found working was using HttpServletResponse.sendRedirect().
Thanks!