org.apache.shale.application
Class RemoteAddrFilter
java.lang.Object
org.apache.shale.application.AbstractRegExpFilter
org.apache.shale.application.RemoteAddrFilter
- All Implemented Interfaces:
- Command
public class RemoteAddrFilter
- extends AbstractRegExpFilter
Command that filters incoming requests based on matching the remote
address against regular expression patterns that are configured on
this instance. See AbstractRegExpFilter
for details of the
matching algorithm.
USAGE NOTE: - This command will only be effective if
used before the regular filter chain is processed. In other words, you
should invoke it as part of a preprocess
chain in the
shale
catalog.
$Id: RemoteAddrFilter.java 464373 2006-10-16 04:21:54Z rahul $
- See Also:
AbstractRegExpFilter
Method Summary |
protected String |
value(ShaleWebContext context)
Return the value to be tested against exclude and include patterns. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteAddrFilter
public RemoteAddrFilter()
value
protected String value(ShaleWebContext context)
Return the value to be tested against exclude and include patterns.
This will be the value of the remoteAddr
property.
- Specified by:
value
in class AbstractRegExpFilter
- Parameters:
context
- Context
for the current request
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.