mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
SEC-632: Completed comment.
This commit is contained in:
parent
d70a820e64
commit
8694028b13
@ -23,7 +23,7 @@ import java.io.IOException;
|
|||||||
/**
|
/**
|
||||||
* Replaces a Spring bean of type "Filter" with a wrapper class which implements the <tt>Ordered</tt>
|
* Replaces a Spring bean of type "Filter" with a wrapper class which implements the <tt>Ordered</tt>
|
||||||
* interface. This allows user to add their own filter to the security chain. If the user's filter
|
* interface. This allows user to add their own filter to the security chain. If the user's filter
|
||||||
* already implements Ordered
|
* already implements Ordered, and no "order" attribute is specified, the filter's default order will be used.
|
||||||
*
|
*
|
||||||
* @author Luke Taylor
|
* @author Luke Taylor
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user