If the {@link HttpServletResponse} is not already committed, issue a Temporary Redirect (302) and call{@link #abort()}. This location must be include {@link #getContextPath()} if attempting to redirect within thecurrent {@link ServletContext}
This method commits the response, after which no more information can be written and the response cannot be modified.