Services requests which use the WebDAV PROPFIND method. This implementation builds
and returns an XML document containing an appropriate PROPFIND result.
If the specified resource does not exist, a 404 (Not Found) error is sent to the
client.
If the PROPFIND request is not properly formed, a 400 (Bad Request) error is sent to
the client.
Parameters: request - The request being serviced. Parameters: response - The servlet response. throws: ServletException - If an application error occurs. throws: IOException - If an IO error occurs while handling the request.
Fields inherited from org.enhydra.dm.api.handler.AbstractHandler