Thanks,
You're right, looks like a BUG.
I've printed out xml-response on the client, showing my correct property
value returning.
[LOCALHOST] /slide/files/ $ propget col_1/ b
Getting properties '/slide/files/col_1/':
<?xml version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/"
xmlns:D="DAV:" > <response><href>/slide/files/col_1/</href>
<propstat><prop><b>2</b> </prop>
<status>HTTP/1.1 200 OK</status> </propstat>
</response>
<response><href>/slide/files/col_1/abc2.txt</href>
<propstat><prop></prop> <status>HTTP/1.1 200 OK</status>
</propstat> <propstat><prop><b/></prop>
<status>HTTP/1.1 404 Not Found</status> </propstat> </response>
</multistatus>
[LOCALHOST] /slide/files/ $ failed.
Multi-Status (207)
Valeriy
-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 2:38 PM
To: [EMAIL PROTECTED]
Subject: Re: Questions regarding Slide behaviour
> I've successfully installed Slide 1.0.9, all functions worked more or less
> fine.
>
> But I cannot get a stored propery value from the Slide client, although
> DAVExplorer shows it.
>
> >propput my_col a 1
> succeeded.
>
> >propget my_col a
> failed.
> Multi-Status (207)
>
> Is it a bug in the client?
I haven't been able to have propget work for me either. It may be a parsing
bug.
> Another question, I see the program has created the folder "files" twice,
> like
> <root>\files\files\my_collections...
>
> What is the reason?
That's because the folder you used is names "files/my_collections". If you
look at the config file, you can see that everything is stored in a "files"
subdirectory.
> Which features of Slide are implemented according standards now?:
> - Core 1/2;
Yes.
> - Delta-V;
No. It's planned. DASL is also in the TODO list.
> - ACL.
Yes in the server. Client support is coming soon.
Remy