소스 검색

@deprecate FilterToBeanProxy in favour of the simpler and Spring Core provided DelegatingFilterProxy.

Ben Alex 18 년 전
부모
커밋
c66a3ba323
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/src/main/java/org/springframework/security/util/FilterToBeanProxy.java

+ 1 - 0
core/src/main/java/org/springframework/security/util/FilterToBeanProxy.java

@@ -70,6 +70,7 @@ import javax.servlet.ServletResponse;
  * case, set the <code>lifecycle</code> initialization parameter to <code>servlet-container-managed</code>. If the
  * parameter is any other value, servlet container lifecycle methods will not be delegated through to the proxy.</p>
  *
+ * @deprecated use DelegatingFilterProxy instead
  * @author Ben Alex
  * @version $Id$
  */