Hi,
I'm having some trouble with adding a servlet. My servlets works fine
without following snippet from web.xml:
<filter>
<display-name>Magnolia global filters</display-name>
<filter-name>magnoliaFilterChain</filter-name>
<filter-class>info.magnolia.cms.filters.MagnoliaManagedFilter</filter-class>
<!--
login configuration is now in config jcr, path: /server/config/login
-->
</filter>
<filter-mapping>
<filter-name>magnoliaFilterChain</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Do you have a link or an explanation of how to add servlets and manage the
filter?
Bests
--
View this message in context:
http://www.nabble.com/Security-filters-for-servlets-tf3464983.html#a9667374
Sent from the Magnolia - User mailing list archive at Nabble.com.
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------