Правки мелочь XYZ
This commit is contained in:
@ -124,9 +124,9 @@ public class DBMSRecords implements ServletContextAware {
|
||||
|
||||
//response.getWriter().append("Served at: ").append(request.getContextPath());
|
||||
//Thread.sleep(5000); // sleep 5 seconds
|
||||
String db_url="";
|
||||
String db_login="";
|
||||
String db_password="";
|
||||
String db_url = "";
|
||||
String db_login = "";
|
||||
String db_password = "";
|
||||
String data_dir = "";
|
||||
String mail_host = "";
|
||||
String mail_port = "";
|
||||
@ -146,7 +146,7 @@ public class DBMSRecords implements ServletContextAware {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
logger.error("Error load application.properties",e);
|
||||
}
|
||||
}
|
||||
|
||||
String jspPath = context.getRealPath("/");
|
||||
|
||||
@ -2102,7 +2102,7 @@ public class DBMSRecords implements ServletContextAware {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
logger.error("Error load application.properties",e);
|
||||
}
|
||||
}
|
||||
|
||||
File file = new File(data_dir + "temp" + File.separator + fileName);
|
||||
if(file.exists())
|
||||
|
||||
Reference in New Issue
Block a user