libreccm-legacy/ccm-ldn-subsite/src/com/arsdigita/london/subsite/package.html

30 lines
793 B
HTML

<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Package com.arsdigita.london.subsite</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
TODO write content
Konfiguration Filter Ausdruck in web.xml: OHNE ccm-prefix. also
<pre>
<filter>
<filter-name>subsite</filter-name>
<filter-class>com.arsdigita.london.subsite.SubsiteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>subsite</filter-name>
<url-pattern>/*</url-pattern>
Falsch wäre:
<url-pattern>/ccm/*</url-pattern>
</filter-mapping>
</pre>
</body>
</html>