Spelling correction.

This commit is contained in:
Ben Alex 2007-12-03 01:33:19 +00:00
parent 0bb0a0e717
commit c24958d7b8
1 changed files with 1 additions and 1 deletions

View File

@ -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