Spelling correction.
This commit is contained in:
parent
0bb0a0e717
commit
c24958d7b8
|
@ -75,7 +75,7 @@ import java.util.*;
|
|||
* additional <code>Filter</code>s.</p>
|
||||
* <p><code>FilterChainProxy</code> respects normal handling of <code>Filter</code>s that elect not to call {@link
|
||||
* javax.servlet.Filter#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse,
|
||||
* javax.servlet.FilterChain)}, in that the remainder of the origial or <code>FilterChainProxy</code>-declared filter
|
||||
* javax.servlet.FilterChain)}, in that the remainder of the original or <code>FilterChainProxy</code>-declared filter
|
||||
* chain will not be called.</p>
|
||||
* <p>It is particularly noted the <code>Filter</code> lifecycle mismatch between the servlet container and IoC
|
||||
* container. As per {@link org.springframework.security.util.FilterToBeanProxy} JavaDocs, we recommend you allow the IoC
|
||||
|
|
Loading…
Reference in New Issue