* @param response the HttpServletResponse instance
* @return the name of the next view
*/
public View process(HttpServletRequest request, HttpServletResponse response) throws ServletException {
log.warn("URL is " + request.getAttribute(Constants.EXTERNAL_URI));
return new FourZeroFourView();
}