Redirect with 301 status in Spring MVC 4 without ModelAndView – SEO
I try to have a redirect with 301 Status Code (you know I want to be SEO friendly etc). I do use InternalResourceViewResolver so I wanted to use some kind of a code similar to return "redirect:http://google.com" in my Controller.…