Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
50c8be42
Commit
50c8be42
authored
7 years ago
by
juanf
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/GenericConstants.java
+1
-3
1 addition, 3 deletions
...neric/client/web/client/application/GenericConstants.java
with
1 addition
and
3 deletions
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/GenericConstants.java
+
1
−
3
View file @
50c8be42
...
@@ -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. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment