SEC-685: minor javadoc change
This commit is contained in:
parent
0f63084afe
commit
5e27b326d2
|
@ -80,7 +80,7 @@ import java.util.*;
|
||||||
*
|
*
|
||||||
* <p>Note the <code>Filter</code> lifecycle mismatch between the servlet container and IoC
|
* <p>Note the <code>Filter</code> lifecycle mismatch between the servlet container and IoC
|
||||||
* container. As described in the {@link DelegatingFilterProxy} JavaDocs, we recommend you allow the IoC
|
* container. As described in the {@link DelegatingFilterProxy} JavaDocs, we recommend you allow the IoC
|
||||||
* container to manage lifecycle instead of the servlet container. By default the <code>DelegatingFilterProxy</code>
|
* container to manage the lifecycle instead of the servlet container. By default the <code>DelegatingFilterProxy</code>
|
||||||
* will never call this class' {@link #init(FilterConfig)} and {@link #destroy()} methods, which in turns means that
|
* will never call this class' {@link #init(FilterConfig)} and {@link #destroy()} methods, which in turns means that
|
||||||
* the corresponding methods on the filter beans managed by this class will never be called. If you do need your filters to be
|
* the corresponding methods on the filter beans managed by this class will never be called. If you do need your filters to be
|
||||||
* initialized and destroyed, please set the <tt>targetFilterLifecycle</tt> initialization parameter against the
|
* initialized and destroyed, please set the <tt>targetFilterLifecycle</tt> initialization parameter against the
|
||||||
|
|
Loading…
Reference in New Issue