@ -94,6 +94,11 @@ public class GlobalController implements ErrorController {
case 404:
return "404";
case 403:
try {
LocalData.getResponse().sendRedirect("/login.htm");
} catch (IOException e) {
e.printStackTrace();
}
return "403";
case 500:
return "500";
Powered by TurnKey Linux.