org.mortbay.http.handler
Class HTAccessHandler
- HttpHandler, LifeCycle, Serializable
public class HTAccessHandler
Handler to authenticate access using the Apache's .htaccess files.
- Van den Broeke Iris
- Deville Daniel
- Dubois Roger
- Greg Wilkins
- Konstantin Metlov
handle
public void handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response)
throws HttpException,
IOException
Handle a request.
Note that Handlers are tried in order until one has handled the
request. i.e. until request.isHandled() returns true.
In broad terms this means, either a response has been commited
or request.setHandled(true) has been called.
- handle in interface HttpHandler
pathInContext
- The context pathpathParams
- Path parameters such as encoded Session IDrequest
- The HttpRequest requestresponse
- The HttpResponse response
setAccessFile
public void setAccessFile(String anArg)
setDefault
public void setDefault(String dir)
set functions for the following .xml administration statements.
./etc/htaccess
.htaccess
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.