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
0e8359b5
Commit
0e8359b5
authored
13 years ago
by
cramakri
Browse files
Options
Downloads
Patches
Plain Diff
MINOR: Added bis-common.xml to screening/resource/server to make prepare-gwt work correctly.
SVN: 22905
parent
ff720926
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
screening/resource/server/bis-common.xml
+44
-0
44 additions, 0 deletions
screening/resource/server/bis-common.xml
with
44 additions
and
0 deletions
screening/resource/server/bis-common.xml
0 → 100644
+
44
−
0
View file @
0e8359b5
<context-param>
<param-name>
infoClass
</param-name>
<param-value>
ch.systemsx.cisd.openbis.BuildAndEnvironmentInfo
</param-value>
</context-param>
<context-param>
<!--
The path of cookie with openBIS session id needs to be set explicitly here. Otherwise
this cookie will be overwritten with a cookie created for the openBIS-DSS session.
-->
<param-name>
org.mortbay.jetty.servlet.SessionPath
</param-name>
<param-value>
/openbis
</param-value>
</context-param>
<listener>
<listener-class>
ch.systemsx.cisd.openbis.generic.server.GenericHttpSessionListener
</listener-class>
</listener>
<filter>
<filter-name>
CacheFilter
</filter-name>
<filter-class>
ch.systemsx.cisd.openbis.generic.server.CacheFilter
</filter-class>
</filter>
<filter-mapping>
<filter-name>
CacheFilter
</filter-name>
<url-pattern>
/*
</url-pattern>
</filter-mapping>
<filter>
<filter-name>
CrossOriginFilter
</filter-name>
<filter-class>
ch.systemsx.cisd.common.servlet.CrossOriginFilter
</filter-class>
</filter>
<filter-mapping>
<filter-name>
CrossOriginFilter
</filter-name>
<url-pattern>
/*
</url-pattern>
</filter-mapping>
<!-- Trying kind of extension (i.e., '*.do') here as 'url-pattern' does not work. -->
<servlet-mapping>
<servlet-name>
spring
</servlet-name>
<url-pattern>
/openbis/*
</url-pattern>
</servlet-mapping>
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