Skip to content

Instantly share code, notes, and snippets.

@jeffbski
Created September 14, 2011 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffbski/1217782 to your computer and use it in GitHub Desktop.
Save jeffbski/1217782 to your computer and use it in GitHub Desktop.
Failed debug log from WinXP attempting to create Web Folder with jsDAV v0.1.2
jsDAV server running on http://0.0.0.0:8000
REQUEST START: / 1
INFO: invoking method 'PROPFIND' 1
INFO: sending header: 207 { 'Content-Type': 'application/xml; charset=utf-8' }
INFO: request end: 1
INFO: writing body: '<?xml version="1.0" encoding="utf-8"?><d:multistatus xmlns:d="DAV:" xmlns:a="http://ajax.org/2005/aml"><d:response><d:href>/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Wed, 14 Sep 2011 11:23:31 -0500</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/.TemporaryItems/</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 13 Sep 2011 14:27:47 -0500</d:getlastmodified><d:resourcetype><d:collection/></d:resourcetype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/htdigest</d:href><d:propstat><d:prop><d:getlastmodified xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" b:dt="dateTime.rfc1123">Tue, 13 Sep 2011 14:32:33 -0500</d:getlastmodified><d:getcontentlength>48</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>application/octet-stream</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response></d:multistatus>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment