Bug 32305 - Bug with get method
Summary: Bug with get method
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: 2.0
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 08:22 UTC by Shammy Chen
Modified: 2004-11-18 23:22 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shammy Chen 2004-11-19 08:22:14 UTC
Something wrong with get(String path, String filename):

If I want to put the downloaded files to certain directory instead of current 
one,I'll get some exception,e.g.

I want to get /slide/files/tomcat.gif to ./download/tomcat.gif,I can't do it at 
present.You should add something like getCanonicalPath to deal with this 
problem.