We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13469b commit c08483eCopy full SHA for c08483e
cluster/src/org/labkey/cluster/ClusterController.java
@@ -411,7 +411,7 @@ public URLHelper getRedirectURL(ViewJavaLogForm viewJavaLogForm) throws Exceptio
411
412
relPath = org.labkey.api.util.Path.parse(FilenameUtils.separatorsToUnix(relPath)).encode();
413
414
- return new ResourceURL(AppProps.getInstance().getBaseServerUrl() + root.getWebdavURL() + relPath);
+ return new ResourceURL(root.getWebdavURL() + relPath);
415
}
416
417
0 commit comments