Bug 28275 - Command line client shows displayname
Summary: Command line client shows displayname
Status: RESOLVED FIXED
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: 2.0
Hardware: Other other
: P3 minor (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 08:45 UTC by Oliver Zeigermann
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
method "ls" changed. Output routine adapted to the modified method org.apache.webdav.lib.WebdavResource.listBasic() (3.90 KB, patch)
2004-04-08 11:50 UTC, Thomas Bernert
Details | Diff
The Elements of the returning vector append with the 'file name'. (1.61 KB, patch)
2004-04-08 11:54 UTC, Thomas Bernert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Zeigermann 2004-04-08 08:45:51 UTC
The command line client shows the displayname of resources when e.g. listing
collection content. This is a wrong behavior as it really should be the last
segment of the path of the resource. Otherwise the user might get confused as it
is likely that more than one resource has the same displayname, e.g. when it has
been copied.
Comment 1 Oliver Zeigermann 2004-04-08 08:53:59 UTC
Sorry, did not mention, this is only when you do ls -l, not when you do ls.
Comment 2 Thomas Bernert 2004-04-08 11:50:04 UTC
Created attachment 11181 [details]
method "ls" changed. Output routine adapted to the modified method org.apache.webdav.lib.WebdavResource.listBasic()
Comment 3 Thomas Bernert 2004-04-08 11:54:59 UTC
Created attachment 11182 [details]
The Elements of the returning vector append with the 'file name'.
Comment 4 Thomas Bernert 2004-04-08 12:00:50 UTC
In order to diplay the rigth file name the method listBasic of WebdavResource 
has to be expanded for picking up the rigth file name. Therefor the output 
routine of methode ls() (client class) had to be changed also.
Comment 5 Oliver Zeigermann 2004-04-13 09:01:51 UTC
Patch applied