500.jsp改为500.html
This commit is contained in:
@@ -36,7 +36,7 @@ public class OperateLogInterceptor implements Interceptor{
|
||||
}
|
||||
inv.getController().setSessionAttr("errorMessage", "handle.error");
|
||||
//inv.getController().redirect(inv.getControllerKey());
|
||||
inv.getController().render("/error/500.jsp");
|
||||
inv.getController().render("/error/500.html");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user