Bug 27952 - No support for BIND, UNBIND and REBIND
Summary: No support for BIND, UNBIND and REBIND
Status: REOPENED
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: 2.0
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-25 17:45 UTC by Robert Flaherty
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Flaherty 2004-03-25 17:45:09 UTC
 
Comment 1 Oliver Zeigermann 2004-03-31 09:50:21 UTC
This is no bug, right?
Comment 2 Robert Flaherty 2004-03-31 19:59:52 UTC
I listed it as a bug because of this snippet from the top of the client docs:

Slide includes a full featured command-line based WebDAV client, which allows 
full access to the Slide server using the WebDAV protocol. Although the client 
is part of the Slide project, it is not tied to the Slide server, and was 
proven to be interoperable with a wide variety of WebDAV servers from other 
vendors. The reason why it is part of Slide instead of being fully independent 
and developed separately is the need to manitain a 

>>>>consistent feature set between the client and the server.<<<<

For example, if ACL support is added to the server, we will want to also have 
ACL support in the client to be able to manipulate the ACLs.
Comment 3 Oliver Zeigermann 2004-05-03 14:45:43 UTC
Should address this in 2.1
Comment 4 Robert Flaherty 2004-08-06 04:10:42 UTC
I just checked both the client and command line and both don't have support 
yet, but this is marked closed.  Was closing this premature or was a fix not 
applied?
Comment 5 Oliver Zeigermann 2004-08-06 06:27:19 UTC
The client library seems to have bind support, but the command line client does
not reflect that
Comment 6 Robert Flaherty 2004-08-06 14:55:30 UTC
WebdavResource lacks any bindMethod(), unbindMethod() and rebindMethod() 
methods.  Also, BindMethod, UnbindMethod and RebindMethod have no code in them 
for params etc..., just the method name override.
Comment 7 Oliver Zeigermann 2004-08-06 20:22:50 UTC
So, you are right...
Comment 8 Ritu Kedia 2004-08-09 05:28:57 UTC
The latest code from CVS Head, does have the correct Bind/Unbind/Rebind 
methods, as well as support for them in WebdavResource (though not in 
commandline).
For Ref: There was a 'cvs commit' mail from Ingo Brunberg dated 07/02/04.
Robert>> Are you referring to a different branch?
I am assuming that release 2.1 will be built from the main branch.
Comment 9 Robert Flaherty 2004-08-09 14:02:26 UTC
I'm not using any code in cvs, just the posted milestone build.