| java.lang.Object sunlabs.brazil.handler.RestrictClientHandler
RestrictClientHandler | public class RestrictClientHandler implements Handler(Code) | | Simple access control hander based on source ip addresses.
Compare the ip address of the client with a regular expression.
Only allow access to the specified url prefix if there is a match.
Properties:
- prefix
- The URL prefix that triggers this handler
- match
- The regular expression that matches the
ip addresses of clients (in xxx.xxx.xxx.xxx format)
that are permitted to access url's starting with
prefix .
author: Stephen Uhler version: 1.1, 00/12/21 |
|
|