#571 add http status code

This commit is contained in:
Shinsuke Sugaya 2016-07-11 05:36:40 +09:00
parent a780d3eb5d
commit 35962706d2

View file

@ -13,7 +13,7 @@ if("systemError".equals(type)) {
response.sendError(statusCode);
}
} else if("logOut".equals(type)) {
redirectPage.append("/login/index?type=logout");
redirectPage.append("/login/?type=logout&code=" + statusCode);
response.sendRedirect(redirectPage.toString());
} else if("badRequest".equals(type)) {
redirectPage.append("/error/badrequest");