Hi all,
while looking through the source code of WebdavResource to learn
about updateMethod I saw the following:
public boolean updateMethod(String target)
throws HttpException, IOException {
return unlockMethod(httpURL.getPath(), target);
}
^^^^^^^^^^^^
Is this right? I guess it should be
updateMethod(httpURL.getPath(), target);
which is implemented just below.
public boolean updateMethod(String path,String target)
throws HttpException, IOException {
* $Header: /home/cvspublic/jakarta-
slide/src/webdav/client/src/org/apache/webdav/lib/WebdavResource.
java,v 1.51 2002/10/04 02:09:21 msmith Exp $
* $Revision: 1.51 $
* $Date: 2002/10/04 02:09:21 $
Andreas
--
To unsubscribe, e-mail: <mailto:slide-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:slide-user-help@;jakarta.apache.org>