Skip to content

Instantly share code, notes, and snippets.

@jeffbski
Created September 14, 2011 21:05
Show Gist options
  • Save jeffbski/1217784 to your computer and use it in GitHub Desktop.
Save jeffbski/1217784 to your computer and use it in GitHub Desktop.
Success debug log from WinXP Pro creating Web Folder using jsDAV v0.1.1
jsDAV server running on '0.0.0.0' port 8000
INFO: invoking method 'PROPFIND'
argument after event: null
INFO: data received
DEBUG: httpPropfind BEFORE getPropertiesForPath ''; []
INFO: sending header: 207, { 'Content-Type': 'application/xml; charset=utf-8' }
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:52:32 -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>/1.txt</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:48:53 -0500</d:getlastmodified><d:getcontentlength>1</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/11.txt</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:48:53 -0500</d:getlastmodified><d:getcontentlength>2</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/2.txt</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:48:53 -0500</d:getlastmodified><d:getcontentlength>1</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/3.txt</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:48:53 -0500</d:getlastmodified><d:getcontentlength>1</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/dir1/</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:48:53 -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>/dir11/</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:48:53 -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>/dir2/</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:48:53 -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>/nonemptydir/</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:48:53 -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>/walk/</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:48:53 -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:multistatus>'
INFO: invoking method 'PROPFIND'
argument after event: null
INFO: data received
DEBUG: httpPropfind BEFORE getPropertiesForPath ''; []
INFO: sending header: 207, { 'Content-Type': 'application/xml; charset=utf-8' }
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:52:32 -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>/1.txt</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:48:53 -0500</d:getlastmodified><d:getcontentlength>1</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/11.txt</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:48:53 -0500</d:getlastmodified><d:getcontentlength>2</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/2.txt</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:48:53 -0500</d:getlastmodified><d:getcontentlength>1</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/3.txt</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:48:53 -0500</d:getlastmodified><d:getcontentlength>1</d:getcontentlength><d:resourcetype></d:resourcetype><d:getcontenttype>text/plain; charset=utf-8</d:getcontenttype></d:prop><d:status>HTTP/1.1 200 Ok</d:status></d:propstat></d:response><d:response><d:href>/dir1/</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:48:53 -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>/dir11/</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:48:53 -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>/dir2/</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:48:53 -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>/nonemptydir/</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:48:53 -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>/walk/</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:48:53 -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:multistatus>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment