Skip to content
Snippets Groups Projects
Commit 774321d2 authored by cramakri's avatar cramakri
Browse files

LMS-2131 Changed URLs to make it work on the server.

SVN: 20583
parent 1345a0f4
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.BasicConstant;
@Controller
@RequestMapping(
{ "/" + BasicConstant.DATA_SET_UPLOAD_CLIENT_PATH,
"/openbis/" + BasicConstant.DATA_SET_UPLOAD_CLIENT_PATH })
"/openbis/" + BasicConstant.DATA_SET_UPLOAD_CLIENT_PATH,
"/openbis/openbis/" + BasicConstant.DATA_SET_UPLOAD_CLIENT_PATH })
public class DataSetUploadClientServingServlet extends AbstractWebStartClientServingServlet
{
private static final long serialVersionUID = 1L;
......
......@@ -73,7 +73,7 @@ public class DataSetMenu extends TopMenuItem
public void componentSelected(MenuEvent ce)
{
final URLMethodWithParameters urlParams =
new URLMethodWithParameters("/openbis/"
new URLMethodWithParameters("/openbis/openbis/"
+ BasicConstant.DATA_SET_UPLOAD_CLIENT_PATH);
String sessionToken = viewContext.getModel().getSessionContext().getSessionID();
urlParams.addParameter("session", sessionToken);
......
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