You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ib...@apache.org on 2003/06/13 17:16:40 UTC

cvs commit: jakarta-slide/src/webdav/client/src/org/apache/webdav/lib WebdavResource.java

ib          2003/06/13 08:16:40

  Modified:    src/webdav/client/src/org/apache/webdav/lib
                        WebdavResource.java
  Log:
  Fixed typo
  
  Revision  Changes    Path
  1.61      +5 -5      jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavResource.java
  
  Index: WebdavResource.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavResource.java,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- WebdavResource.java	28 Apr 2003 11:12:04 -0000	1.60
  +++ WebdavResource.java	13 Jun 2003 15:16:39 -0000	1.61
  @@ -2220,7 +2220,7 @@
   
           setClient();
           // use disk to save by default
  -        GetMethod method = new GetMethod(httpURL.getPath());
  +        GetMethod method = new GetMethod(path);
           method.setUseDisk(useDiskForGet);
           if (tempDirForGet != null)
               method.setTempDir(tempDirForGet);
  @@ -2262,7 +2262,7 @@
           throws HttpException, IOException {
   
           setClient();
  -        GetMethod method = new GetMethod(httpURL.getPath());
  +        GetMethod method = new GetMethod(path);
           method.setUseDisk(useDiskForGet);
           if (tempDirForGet != null)
               method.setTempDir(tempDirForGet);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org