Re: Is checkout not owner based?

2004-07-02 Thread Julian Reschke
r d wrote: Hi, This is what I did 1. checkout t2.txt as user john 2. put t2.txt as user john2 (No error?) 3. checkin t2.txt as user john2 (No erro?) It gave error only if I try to do checkout as john2 when it is checked out by john. Shouldn't check out be owner based? No. See RFC3253.

Re: Is checkout not owner based?

2004-07-02 Thread Carlos Villegas
Julian Reschke wrote: r d wrote: Hi, This is what I did 1. checkout t2.txt as user john 2. put t2.txt as user john2 (No error?) 3. checkin t2.txt as user john2 (No erro?) It gave error only if I try to do checkout as john2 when it is checked out by john. Shouldn't check out be owner

Updating properties

2004-07-02 Thread r d
Hi, I was trying to set client (dead) properties. I could set property by proppatch method bu when I do a propfind, I do not get the value back as expected. === res.proppatchMethod(appstatus,new,true) e=res.propfindMethod(appstatus);

putting a file in repository for first time

2004-07-02 Thread r d
Hi, I am using wevdavresource class. When I want to first create the file say t2.txt in slide, how do I do it? When I try to use a Webdavresource constructor with non existing file, it returns null. so how can put method be called? Thanks, rd.

Re: putting a file in repository for first time

2004-07-02 Thread Ingo Brunberg
Have a look at this thread: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgId=1701920 Hi, I am using wevdavresource class. When I want to first create the file say t2.txt in slide, how do I do it? When I try to use a Webdavresource constructor with non existing file, it returns

RE: Slide and MacOS X

2004-07-02 Thread Nicolas Richeton
Hi, I monitored the request and reponses between WinXP Webfolders and Slide. When doing PROPFIND on a collection containing an 'Icon^M' file, there is no closing tag for D:multistatus. Slide report 0 remaining caracters after /D:response In catalina.out i get this exception :

Re: Updating properties

2004-07-02 Thread Juan Andrés Bentancour
try setting namespace and depth parameter in propFind and propPatch. - Original Message - From: r d [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 02, 2004 10:04 AM Subject: Updating properties Hi, I was trying to set client (dead) properties. I could set property by

RE: Problems with retrieveRevision Content

2004-07-02 Thread Fallin, Jonathan A.
Thanks for pointing me in the right direction James. Turns out the problem was that the isCollection() method was failing for real files and the generic GET method was being called instead of the WedDAV Server specific one. I finally figured out the reason why. I was improperly populating the

Trying to work around bugs in WebFolders

2004-07-02 Thread James Mason
I'm a little panicked here (just a little). I'm planning on using WebFolders as a WebDAV client, but it's looking like the majority of the people that are supposed to use this will be running Windows 2000 SP4. The msdaipp.dll that comes with SP4 has a problem following redirects during propfind

RE: Problems with retrieveRevision Content

2004-07-02 Thread James Mason
Jonathan, I've added some information to the Wiki http://wiki.apache.org/jakarta-slide/CreateNewSlideStore and I'll see if I can get someone with more experience writing Stores to spruce up the documentation a little. -James [EMAIL PROTECTED] 7/2/2004 9:21:33 AM Thanks for pointing me in the