@Override
 protected void redirect(HttpServletRequest request, HttpServletResponse response, String path)
     throws IOException {
   DispatcherUtil.redirectPermanent(request, response, path);
 }