Project

General

Profile

« Previous | Next » 

Revision 57650

new registration form

View differences:

MyAccessDeniedHandler.java
29 29
			logger.warn(String.format("User '%s' attempted to access the protected URL: %s", auth.getName(), httpServletRequest.getRequestURI()));
30 30
		}
31 31

  
32
		httpServletResponse.sendRedirect(httpServletRequest.getContextPath() + "/403");
32
		httpServletResponse.sendRedirect(httpServletRequest.getContextPath() + "/authorizationRequest");
33 33
	}
34 34

  
35 35
}

Also available in: Unified diff