Skip to content

Commit 5b256ce

Browse files
committed
Update URL used for cluster job log
1 parent 74fe7a7 commit 5b256ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
import org.labkey.api.util.HtmlString;
4343
import org.labkey.api.util.PageFlowUtil;
4444
import org.labkey.api.util.URLHelper;
45+
import org.labkey.api.view.ActionURL;
4546
import org.labkey.api.view.HtmlView;
4647
import org.labkey.cluster.pipeline.AbstractClusterExecutionEngine;
4748
import org.springframework.validation.BindException;
@@ -421,7 +422,7 @@ public URLHelper getRedirectURL(ViewJavaLogForm viewJavaLogForm) throws Exceptio
421422

422423
relPath = org.labkey.api.util.Path.parse(FilenameUtils.separatorsToUnix(relPath)).encode();
423424

424-
return new ResourceURL(root.getWebdavURL() + relPath);
425+
return new URLHelper(root.getWebdavURL() + relPath);
425426
}
426427
}
427428

0 commit comments

Comments
 (0)