File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
cluster/src/org/labkey/cluster Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4242import org .labkey .api .util .HtmlString ;
4343import org .labkey .api .util .PageFlowUtil ;
4444import org .labkey .api .util .URLHelper ;
45+ import org .labkey .api .view .ActionURL ;
4546import org .labkey .api .view .HtmlView ;
4647import org .labkey .cluster .pipeline .AbstractClusterExecutionEngine ;
4748import 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
You can’t perform that action at this time.
0 commit comments