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

META-INF.web-fragment.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
aoweb-struts: Do not edit
-->
<web-fragment xmlns="http://java.sun.com/xml/ns/javaee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
                      http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd"
  version="3.0"
  metadata-complete="false">
	<name>aoweb-struts-core</name>
	<!-- Causes: The display name was defined in multiple fragments with different value
    <display-name>AOWeb Struts Core</display-name>
	-->
	<description>Core API for legacy Struts-based site framework with AOServ Platform control panels.</description>
	<!-- Filter to block ;jsessionid and instead write selective values into URL when cookies disabled. -->
	<filter>
		<filter-name>SessionFilter</filter-name>
		<filter-class>com.aoindustries.website.SessionFilter</filter-class>
	</filter>
	<filter-mapping>
		<filter-name>SessionFilter</filter-name>
		<url-pattern>/*</url-pattern>
		<dispatcher>REQUEST</dispatcher>
		<dispatcher>ERROR</dispatcher>
	</filter-mapping>
</web-fragment>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy