Skip to content
Snippets Groups Projects
Commit 0e8359b5 authored by cramakri's avatar cramakri
Browse files

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
<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>
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