From c24958d7b8cc31b8736382129be6fd6e642d1b63 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Mon, 3 Dec 2007 01:33:19 +0000 Subject: [PATCH] Spelling correction. --- .../org/springframework/security/util/FilterChainProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/security/util/FilterChainProxy.java b/core/src/main/java/org/springframework/security/util/FilterChainProxy.java index 60f39fa50d..17380f3d86 100644 --- a/core/src/main/java/org/springframework/security/util/FilterChainProxy.java +++ b/core/src/main/java/org/springframework/security/util/FilterChainProxy.java @@ -75,7 +75,7 @@ import java.util.*; * additional Filters.

*

FilterChainProxy respects normal handling of Filters 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 FilterChainProxy-declared filter + * javax.servlet.FilterChain)}, in that the remainder of the original or FilterChainProxy-declared filter * chain will not be called.

*

It is particularly noted the Filter lifecycle mismatch between the servlet container and IoC * container. As per {@link org.springframework.security.util.FilterToBeanProxy} JavaDocs, we recommend you allow the IoC