Fix a typo
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ public class AccessDeniedController {
|
|||||||
|
|
||||||
@RequestMapping(method = {RequestMethod.GET})
|
@RequestMapping(method = {RequestMethod.GET})
|
||||||
public ModelAndView accessDenied(HttpServletRequest request, HttpServletResponse response) {
|
public ModelAndView accessDenied(HttpServletRequest request, HttpServletResponse response) {
|
||||||
LOG.info("The IP {0} tried to access the forbidden url {1}.", request.getRemoteAddr(), request.getRequestURL())
|
LOG.info("The IP {0} tried to access the forbidden url {1}.", request.getRemoteAddr(), request.getRequestURL());
|
||||||
return new ModelAndView("accessDenied");
|
return new ModelAndView("accessDenied");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user