Patch by Xie Xiaodong (GSOC 2009)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@800471
13f79535-47bb-0310-9956-
ffa450edef68
/**
- * Concrete implementation of <code>RequestFilterFilter</code> that filters
+ * Concrete implementation of <code>RequestFilter</code> that filters
* based on the string representation of the remote client's IP address.
*
* @author Craig R. McClanahan
/**
- * Concrete implementation of <code>RequestFilterFilter</code> that filters
+ * Concrete implementation of <code>RequestFilter</code> that filters
* based on the remote client's host name.
*
* @author Craig R. McClanahan