servlet-filter

Purpose

Optional container for values that filter XDIME content. The filter identifies device requests that are to be excluded from MCS processing, and ensures that MCS handles only responses with XDIME content.

Contained by

Contains

Attribute

Attribute Description Type Default Options Use
jsessionid-name The session ID label used by the MCS web application server xs:NCName none    optional 

Example

<servlet-filter
  jsessionid-name="jsessionid">
  <exclude-device name="PC"/>
  <mime-type value="x-application/vnd.xdime+xml"/>
  <mime-type value="x-application/vnd.volantis.xdime+xml"/>
  <page-cache default-scope="none"/>
</servlet-filter>

Related topics