That thread from 25-Jan-2005 is indeed about this same issue.
I build from HEAD and tests fail with reference implementation.
Well he said it "should" be fixed. hmm... "should" doesn't mean "had"
I wonder if patch got lost on the way or something.
John Rousseau wrote:
I thought James Mason submitte
I thought James Mason submitted a patch for this recently (he sent mail
on 24 Jan, copied below) after I reported the same issue. Unfortuantely,
I have not yet had a chance to verify it myself.
-John
On 2005-01-24 at 11:17 +0500 James Mason wrote:
> This should be fixed in Slide HEAD now.
Roman
Running WCK reference WebdavFileStore and litmus failures are exactly same.
It's built from current HEAD.
Can it be true that WCK is not litmus-compliant?
Regards.
Oliver Zeigermann wrote:
No idea why the tests are failing. Compare the results of the WCK
reference implement to those of your impleme
In the old version, I could get a list of users by doing an RDir
/slide/users/ but that now shows the following in the log
Thread-19, 05-Feb-2005 09:51:05, , PROPFIND, 403 "Forbidden", 109 ms,
/users/
How can I get a list of users now?
Michael Oliver
CTO
Alarius Systems LLC
3325 N.
No idea why the tests are failing. Compare the results of the WCK
reference implement to those of your implementation to find out.
Oliver
On Sat, 05 Feb 2005 16:51:52 +0200, Roman D <[EMAIL PROTECTED]> wrote:
>
> Thank you for the patch! that fixed NPE!
> My WCK store saves properties and retur
Thank you for the patch! that fixed NPE!
My WCK store saves properties and return them exactly as they were set
by client.
Still I have litmus failures;
-> running `props':
0. init.. pass
1. begin. pass
2. propfind_invalid.. pass
3. propfind_invalid2. p
Thanks for reporting. Of course no test should cause a
NullPointerException. I have committed a patch that adapts WCK to the
new PropertyName version that should fix this issue.
Oliver
On Sat, 05 Feb 2005 05:07:08 +0200, Roman D <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have store with WCK, and wh