Skip to content
Snippets Groups Projects
Commit 9bbde2cb authored by srosse's avatar srosse
Browse files

no-jira: remove .. from the path

parent c0417eb5
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ public class SysinfoController extends FormBasicController { ...@@ -170,7 +170,7 @@ public class SysinfoController extends FormBasicController {
String nodeId = StringHelper.containsNonWhitespace(Settings.getNodeInfo()) ? Settings.getNodeInfo() : "N1"; String nodeId = StringHelper.containsNonWhitespace(Settings.getNodeInfo()) ? Settings.getNodeInfo() : "N1";
uifactory.addStaticTextElement("node", "sysinfo.node", nodeId, serverCont); uifactory.addStaticTextElement("node", "sysinfo.node", nodeId, serverCont);
File baseDir = new File(WebappHelper.getContextRoot(), ".."); File baseDir = new File(WebappHelper.getContextRoot());
String baseDirPath = null; String baseDirPath = null;
try { try {
baseDirPath = baseDir.getCanonicalPath(); baseDirPath = baseDir.getCanonicalPath();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment