From c24958d7b8cc31b8736382129be6fd6e642d1b63 Mon Sep 17 00:00:00 2001
From: Ben Alex 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