As Doug Breaux stated in the comment above, this question https://stackoverflow.com/a/44233134/796761 gives a very easy answer.
I changed my code to this:
req.setAttribute(View.RESPONSE_STATUS_ATTRIBUTE,HttpStatus.MOVED_PERMANENTLY);
return "redirect:/";
And it is working perfectly. Thanks Doug!