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

com.liferay.portal.deploy.dependencies.servlet-context-include-filters-web.xml Maven / Gradle / Ivy

There is a newer version: 7.4.3.112-ga112
Show newest version
<filter>
	<filter-name>Servlet Context Include Filter</filter-name>
	<filter-class>com.liferay.portal.kernel.servlet.PortalClassLoaderFilter</filter-class>
	<init-param>
		<param-name>filter-class</param-name>
		<param-value>com.liferay.portal.servlet.filters.servletcontextinclude.ServletContextIncludeFilter</param-value>
	</init-param>
	<init-param>
		<param-name>url-regex-ignore-pattern</param-name>
		<param-value>.*/WEB-INF/jsp/_servlet_context_include.jsp</param-value>
	</init-param>
</filter>
<filter-mapping>
	<filter-name>Servlet Context Include Filter</filter-name>
	<url-pattern>*.jsp</url-pattern>
	<dispatcher>FORWARD</dispatcher>
	<dispatcher>INCLUDE</dispatcher>
	<dispatcher>REQUEST</dispatcher>
</filter-mapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy