BTW - what is the correct behavior from the WEBDAV server? Should it
ever respond in chunked transfer encoding? Xythos does have a switch in
the Admin tool to turn it on and off, I have tried both settings and is
has not made a difference to my client code. We have a pretty good
working relationship with the folks at Xythos, so if you can explain to
me what they are doing wrong I will follow up with them and see if I can
get them to change.

Using chunked encoding is fine - and in this case, probably a good idea (the alternative requires potentially very large amounts of memory on the server).


The problem (i.e. the Xythos bug) is that (it appears) Xythos is returning the wrong status code when it uses this encoding - 200 (which means 'Success') instead of 207 ('Multistatus' - a sort of generic "anything might have happened" response that webdav introduced). It should always return 207.

Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to