All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.cleansessions.xml Maven / Gradle / Ivy

There is a newer version: 16.7
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<scr:components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">

  <scr:component name="org.opencastproject.kernel.rest.CleanSessionsFilter" immediate="true">
    <implementation class="org.opencastproject.kernel.rest.CleanSessionsFilter"/>
    <property name="service.description" value="Clean Digest Sessions and Set Max Inactive Interval Filter"/>
    <property name="httpContext.id" value="opencast.httpcontext"/>
    <property name="httpContext.shared" value="true"/>
    <!-- This filter must have the highest service.ranking value to ensure that it is run last to invalidate sessions. -->
    <property name="service.ranking" value="1"/>
    <property name="urlPatterns" value="*"/>
    <service>
      <provide interface="javax.servlet.Filter"/>
    </service>
  </scr:component>

</scr:components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy