I need some help to complete a demo. I saw that we can pass a initParamMap
to the addFilter.. but what do I put in the map ?
example
*<init-param>
<param-name>myInitParam</param-name>
<param-value>myInitParamValue</param-value>
</init-param>
*
sa.addFilter(filter, filterType.getFilterName().getValue(), map);
and how that will be use in the filter ?