#571 add http status code
This commit is contained in:
parent
a780d3eb5d
commit
35962706d2
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue