Skip to content

Commit c08483e

Browse files
committed
ResourceURL does not need server path
1 parent a13469b commit c08483e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/src/org/labkey/cluster/ClusterController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public URLHelper getRedirectURL(ViewJavaLogForm viewJavaLogForm) throws Exceptio
411411

412412
relPath = org.labkey.api.util.Path.parse(FilenameUtils.separatorsToUnix(relPath)).encode();
413413

414-
return new ResourceURL(AppProps.getInstance().getBaseServerUrl() + root.getWebdavURL() + relPath);
414+
return new ResourceURL(root.getWebdavURL() + relPath);
415415
}
416416
}
417417

0 commit comments

Comments
 (0)