OK, then it seems that Xythos is sending you a 200 status code. I wonder if it is allowed to do so. A look at the trace would be interesting after all. Maybe you could post it here (perhaps not all the 360 response elements)?!
Ingo > Ingo, > > I am using the code from CVS as of yesterday morning. > > Here is the stack trace: > > org.apache.commons.httpclient.HttpException > at > org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java: > 3170) > at > org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java: > 3132) > at > org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:88 > 1) > at > org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.j > ava:826) > at > org.apache.webdav.lib.WebdavResource.listBasic(WebdavResource.java:1979) > at ClientTest.<init>(ClientTest.java:41) > at ClientTest.main(ClientTest.java:58) > > > I am using Xythos as my WEBDAV server and can send folder contents and > test client code to reproduce the error against sharemation.com if that > would be helpful. > > Thanks for the help. > > Regards, > =20 > James > > -----Original Message----- > From: Ingo Brunberg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 5:49 AM > To: [EMAIL PROTECTED] > Subject: Re: Problem with Slide Client API > > > Hi James, > > I ran exactly the test you describe, but I was getting no exception. > > Are you using the latest CVS code or some older version? The wire logs > won't propably help much, but do you have a stack trace? > > Regards, > Ingo > > > I am getting an HttpException (reason code 200) from > > WebdavResource.listBasic() when I have some combination of large=20 > > number of files and long file names. I have not been able to nail it=20 > > down exactly what causes this exception, but I can reproduce it=20 > > easily my populating a folder with 360+ text files with names that are > > > 80+ characters in length. I can forward logs to anyone who is=20 > > interested, I have the httpclient.wire traces. > >=20 > > I ran the Apache Axis tcpmon proxy just to make sure that the webdav=20 > > server was getting the correct request and replying with a good=20 > > response and it appears to be ok.=3D20 > >=20 > > Has anyone else experienced this problem? > >=20 > > Regards, > >=20 > > James > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
