<filter>
<filter-name>HttpSecurityFilter</filter-name>
<filter-class>jespa.http.HttpSecurityFilter</filter-class>
<init-param>
<!--
The properties.path parameter instructs the HttpSecurityService to load
properties from the named file. This file will be automatically reloaded
within 5 seconds after being modified without restarting the application
server. See The Jespa Operator's Manual for details.
-->
<param-name>properties.path</param-name>
<param-value>/WEB-INF/example_ntlm.prp</param-value>
</init-param>
</filter>