public class AuthenticatedFileHandler extends FileHandler implements AuthenticatedXmlRpcHandler(Code)
An authenticated Handler for use with the XML-RPC service that will deal
with clients sending file to the server (Turbine application)
and clients getting files from the server (Turbine application).
usage in TurbineResources.properties is:
services.XmlRpcService.handler.file = org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
See the FileHandler class for further documentation.
author: John Thorhauer version: $Id: AuthenticatedFileHandler.java 534527 2007-05-02 16:10:59Z tv $