Skip to content
Snippets Groups Projects
Commit 50c8be42 authored by juanf's avatar juanf
Browse files

SSDM-5078 : Testing having only one 'openbis' in the app path

SVN: 38480
parent 4e419677
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
package ch.systemsx.cisd.openbis.generic.client.web.client.application; package ch.systemsx.cisd.openbis.generic.client.web.client.application;
import com.google.gwt.core.client.GWT;
import com.google.gwt.i18n.client.Dictionary; import com.google.gwt.i18n.client.Dictionary;
import ch.systemsx.cisd.openbis.generic.shared.basic.AttachmentDownloadConstants; import ch.systemsx.cisd.openbis.generic.shared.basic.AttachmentDownloadConstants;
...@@ -51,8 +50,7 @@ public final class GenericConstants ...@@ -51,8 +50,7 @@ public final class GenericConstants
public final static String createServicePath(final String serviceName) public final static String createServicePath(final String serviceName)
{ {
// Kind of hack. Unclear why an additional APPLICATION_NAME in productive mode is needed. // Kind of hack. Unclear why an additional APPLICATION_NAME in productive mode is needed.
return "/" + APPLICATION_NAME + "/" + (GWT.isScript() ? APPLICATION_NAME + "/" : "") return "/" + APPLICATION_NAME + "/" + serviceName;
+ serviceName;
} }
/** Name of the servlet to download an experiment attachment. */ /** Name of the servlet to download an experiment attachment. */
......
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