You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/11/08 03:32:02 UTC

[34/50] [abbrv] cordova-plugins git commit: Moved files to local-webserver folder to prepare for the move to the cordova-plugins repo

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/026-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/026-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/026-PROPFIND.request
new file mode 100755
index 0000000..b1b74bc
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/026-PROPFIND.request
@@ -0,0 +1,10 @@
+PROPFIND / HTTP/1.1
+Depth: 1
+Content-Type: text/xml; charset=utf-8
+Content-Length: 99
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/027-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/027-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/027-207.response
new file mode 100755
index 0000000..306ad7e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/027-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 327
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:36 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/Text%20Files/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/027-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/027-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/027-PROPFIND.request
new file mode 100755
index 0000000..760fe73
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/027-PROPFIND.request
@@ -0,0 +1,10 @@
+PROPFIND /Text%20Files/ HTTP/1.1
+Depth: 1
+Content-Type: text/xml; charset=utf-8
+Content-Length: 99
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-201.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-201.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-201.response
new file mode 100755
index 0000000..444c34d
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-201.response
@@ -0,0 +1,6 @@
+HTTP/1.1 201 Created
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:39 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-MOVE.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-MOVE.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-MOVE.request
new file mode 100755
index 0000000..70cae94
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-MOVE.request
@@ -0,0 +1,8 @@
+MOVE /Test%20File.txt HTTP/1.1
+Destination: http://localhost:8080/Text%20Files/Test%20File.txt
+Overwrite: T
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-201.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-201.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-201.response
new file mode 100755
index 0000000..444c34d
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-201.response
@@ -0,0 +1,6 @@
+HTTP/1.1 201 Created
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:39 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-MOVE.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-MOVE.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-MOVE.request
new file mode 100755
index 0000000..5f51f8e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-MOVE.request
@@ -0,0 +1,8 @@
+MOVE /Copy.txt HTTP/1.1
+Destination: http://localhost:8080/Text%20Files/Copy.txt
+Overwrite: T
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/030-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/030-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/030-207.response
new file mode 100755
index 0000000..3c1d3e1
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/030-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 795
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:39 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/Text%20Files</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/030-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/030-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/030-PROPFIND.request
new file mode 100755
index 0000000..b1b74bc
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/030-PROPFIND.request
@@ -0,0 +1,10 @@
+PROPFIND / HTTP/1.1
+Depth: 1
+Content-Type: text/xml; charset=utf-8
+Content-Length: 99
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/031-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/031-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/031-207.response
new file mode 100755
index 0000000..f61942b
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/031-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 993
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:39 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/Text%20Files/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/Text%20Files/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/Text%20Files/Test%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T04:53:22+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 04:53:22 GMT</D:getlastmodified><D:getcontentlength>21</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/031-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/031-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/031-PROPFIND.request
new file mode 100755
index 0000000..760fe73
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/031-PROPFIND.request
@@ -0,0 +1,10 @@
+PROPFIND /Text%20Files/ HTTP/1.1
+Depth: 1
+Content-Type: text/xml; charset=utf-8
+Content-Length: 99
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/032-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/032-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/032-207.response
new file mode 100755
index 0000000..0ca15d6
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/032-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1031
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:44 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Test.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/032-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/032-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/032-PROPFIND.request
new file mode 100755
index 0000000..932d41d
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/032-PROPFIND.request
@@ -0,0 +1,10 @@
+PROPFIND /PDF%20Reports/ HTTP/1.1
+Depth: 1
+Content-Type: text/xml; charset=utf-8
+Content-Length: 99
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-204.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-204.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-204.response
new file mode 100755
index 0000000..224ed16
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:44 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-DELETE.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-DELETE.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-DELETE.request
new file mode 100755
index 0000000..a0c3918
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-DELETE.request
@@ -0,0 +1,6 @@
+DELETE /PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf HTTP/1.1
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-204.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-204.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-204.response
new file mode 100755
index 0000000..224ed16
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:44 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-DELETE.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-DELETE.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-DELETE.request
new file mode 100755
index 0000000..4f402b1
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-DELETE.request
@@ -0,0 +1,6 @@
+DELETE /PDF%20Reports/Test.txt HTTP/1.1
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-204.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-204.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-204.response
new file mode 100755
index 0000000..224ed16
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:44 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-DELETE.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-DELETE.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-DELETE.request
new file mode 100755
index 0000000..39479f4
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-DELETE.request
@@ -0,0 +1,6 @@
+DELETE /PDF%20Reports/ HTTP/1.1
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/036-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/036-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/036-207.response
new file mode 100755
index 0000000..198a424
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/036-207.response
@@ -0,0 +1,12 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 554
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 04:53:44 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/Text%20Files</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T04:53:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/036-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/036-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/036-PROPFIND.request
new file mode 100755
index 0000000..b1b74bc
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/036-PROPFIND.request
@@ -0,0 +1,10 @@
+PROPFIND / HTTP/1.1
+Depth: 1
+Content-Type: text/xml; charset=utf-8
+Content-Length: 99
+Host: localhost:8080
+Connection: Keep-Alive
+User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
+Accept-Encoding: gzip,deflate
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><propfind xmlns="DAV:"><allprop/></propfind>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/001-200.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/001-200.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/001-200.response
new file mode 100755
index 0000000..93df092
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/001-200.response
@@ -0,0 +1,7 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+DAV: 1, 2
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/001-OPTIONS.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/001-OPTIONS.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/001-OPTIONS.request
new file mode 100755
index 0000000..76685b2
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/001-OPTIONS.request
@@ -0,0 +1,7 @@
+OPTIONS / HTTP/1.1
+Host: localhost:8080
+Accept: */*
+Content-Length: 0
+Connection: close
+User-Agent: WebDAVLib/1.3
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/002-200.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/002-200.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/002-200.response
new file mode 100755
index 0000000..93df092
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/002-200.response
@@ -0,0 +1,7 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+DAV: 1, 2
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/002-OPTIONS.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/002-OPTIONS.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/002-OPTIONS.request
new file mode 100755
index 0000000..76685b2
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/002-OPTIONS.request
@@ -0,0 +1,7 @@
+OPTIONS / HTTP/1.1
+Host: localhost:8080
+Accept: */*
+Content-Length: 0
+Connection: close
+User-Agent: WebDAVLib/1.3
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/003-200.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/003-200.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/003-200.response
new file mode 100755
index 0000000..93df092
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/003-200.response
@@ -0,0 +1,7 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+DAV: 1, 2
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/003-OPTIONS.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/003-OPTIONS.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/003-OPTIONS.request
new file mode 100755
index 0000000..aa5621f
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/003-OPTIONS.request
@@ -0,0 +1,7 @@
+OPTIONS / HTTP/1.1
+Host: localhost:8080
+Accept: */*
+Content-Length: 0
+Connection: keep-alive
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/004-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/004-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/004-207.response
new file mode 100755
index 0000000..84d4b5c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/004-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 314
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/004-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/004-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/004-PROPFIND.request
new file mode 100755
index 0000000..d4c53d0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/004-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/005-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/005-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/005-207.response
new file mode 100755
index 0000000..21f9bd3
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/005-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 208
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/005-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/005-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/005-PROPFIND.request
new file mode 100755
index 0000000..22a5da6
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/005-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 175
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:quota-available-bytes/>
+<D:quota-used-bytes/>
+<D:quota/>
+<D:quotaused/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/006-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/006-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/006-207.response
new file mode 100755
index 0000000..84d4b5c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/006-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 314
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/006-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/006-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/006-PROPFIND.request
new file mode 100755
index 0000000..d4c53d0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/006-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/007-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/007-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/007-207.response
new file mode 100755
index 0000000..84d4b5c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/007-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 314
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/007-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/007-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/007-PROPFIND.request
new file mode 100755
index 0000000..d4c53d0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/007-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/008-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/008-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/008-207.response
new file mode 100755
index 0000000..84d4b5c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/008-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 314
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/008-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/008-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/008-PROPFIND.request
new file mode 100755
index 0000000..d4c53d0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/008-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/009-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/009-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/009-207.response
new file mode 100755
index 0000000..84d4b5c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/009-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 314
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/009-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/009-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/009-PROPFIND.request
new file mode 100755
index 0000000..d4c53d0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/009-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/010-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/010-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/010-207.response
new file mode 100755
index 0000000..84d4b5c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/010-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 314
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/010-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/010-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/010-PROPFIND.request
new file mode 100755
index 0000000..d4c53d0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/010-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/011-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/011-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/011-207.response
new file mode 100755
index 0000000..84d4b5c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/011-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 314
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/011-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/011-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/011-PROPFIND.request
new file mode 100755
index 0000000..d4c53d0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/011-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-404.response
new file mode 100755
index 0000000..9cd3d9e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 180
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._.&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._. HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-404.response
new file mode 100755
index 0000000..cb84a14
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 193
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backups.backupdb&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-PROPFIND.request
new file mode 100755
index 0000000..a5942bb
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Backups.backupdb HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/014-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/014-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/014-404.response
new file mode 100755
index 0000000..73ac7c5
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/014-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 184
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/.hidden&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/014-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/014-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/014-PROPFIND.request
new file mode 100755
index 0000000..777eab9
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/014-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /.hidden HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/015-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/015-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/015-404.response
new file mode 100755
index 0000000..555266c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/015-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 188
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/mach_kernel&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/015-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/015-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/015-PROPFIND.request
new file mode 100755
index 0000000..c1279b8
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/015-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /mach_kernel HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/016-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/016-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/016-404.response
new file mode 100755
index 0000000..19917b2
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/016-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 192
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/.Spotlight-V100&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/016-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/016-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/016-PROPFIND.request
new file mode 100755
index 0000000..e4fa6f6
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/016-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /.Spotlight-V100 HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-404.response
new file mode 100755
index 0000000..27c5901
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 198
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/.metadata_never_index&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-PROPFIND.request
new file mode 100755
index 0000000..6fa9198
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /.metadata_never_index HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/018-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/018-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/018-404.response
new file mode 100755
index 0000000..f645c98
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/018-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 212
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/.metadata_never_index_unless_rootfs&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/018-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/018-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/018-PROPFIND.request
new file mode 100755
index 0000000..7af5fd4
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/018-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /.metadata_never_index_unless_rootfs HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-403.response
new file mode 100755
index 0000000..bd95aec
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-403.response
@@ -0,0 +1,8 @@
+HTTP/1.1 403 Forbidden
+Content-Length: 221
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name &quot;.DS_Store&quot; is not allowed</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /.DS_Store HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-403.response
new file mode 100755
index 0000000..bd95aec
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-403.response
@@ -0,0 +1,8 @@
+HTTP/1.1 403 Forbidden
+Content-Length: 221
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name &quot;.DS_Store&quot; is not allowed</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /.DS_Store HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-403.response
new file mode 100755
index 0000000..e423213
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-403.response
@@ -0,0 +1,8 @@
+HTTP/1.1 403 Forbidden
+Content-Length: 205
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Uploading file name &quot;.DS_Store&quot; is not allowed</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-PUT.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-PUT.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-PUT.request
new file mode 100755
index 0000000..fa6a196
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-PUT.request
@@ -0,0 +1,7 @@
+PUT /.DS_Store HTTP/1.1
+Host: localhost:8080
+Accept: */*
+Content-Length: 0
+Connection: keep-alive
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-403.response
new file mode 100755
index 0000000..bd95aec
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-403.response
@@ -0,0 +1,8 @@
+HTTP/1.1 403 Forbidden
+Content-Length: 221
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name &quot;.DS_Store&quot; is not allowed</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /.DS_Store HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/023-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/023-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/023-207.response
new file mode 100755
index 0000000..4ef1fa9
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/023-207.response
@@ -0,0 +1,14 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1106
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/images</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/023-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/023-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/023-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/023-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 1
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/024-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/024-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/024-207.response
new file mode 100755
index 0000000..84d4b5c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/024-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 314
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/024-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/024-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/024-PROPFIND.request
new file mode 100755
index 0000000..d4c53d0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/024-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND / HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-404.response
new file mode 100755
index 0000000..070948d
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 187
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Copy.txt&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Copy.txt HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-404.response
new file mode 100755
index 0000000..9c5fd6e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 185
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._images&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._images HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-404.response
new file mode 100755
index 0000000..4e9ff12
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 190
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:55 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._PDF Reports&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-PROPFIND.request
new file mode 100755
index 0000000..bda68ad
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._PDF%20Reports HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-207.response
new file mode 100755
index 0000000..7bd30b0
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 998
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/images/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/images/capable_green_ipad_l.png</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:46:56+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:46:56 GMT</D:getlastmodified><D:getcontentlength>116066</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-PROPFIND.request
new file mode 100755
index 0000000..ded319a
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /images/ HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 1
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-404.response
new file mode 100755
index 0000000..6da8f28
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 180
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._.&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._. HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-404.response
new file mode 100755
index 0000000..549f3d8
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 190
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._PDF Reports&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-PROPFIND.request
new file mode 100755
index 0000000..bda68ad
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._PDF%20Reports HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-404.response
new file mode 100755
index 0000000..fd967dd
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 210
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._capable_green_ipad_l.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-PROPFIND.request
new file mode 100755
index 0000000..c1941c4
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /images/._capable_green_ipad_l.png HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-404.response
new file mode 100755
index 0000000..fd967dd
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 210
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._capable_green_ipad_l.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-PROPFIND.request
new file mode 100755
index 0000000..c1941c4
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /images/._capable_green_ipad_l.png HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-404.response
new file mode 100755
index 0000000..6867241
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 201
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._hero_mba_11.jpg&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-PROPFIND.request
new file mode 100755
index 0000000..709447a
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /images/._hero_mba_11.jpg HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-404.response
new file mode 100755
index 0000000..9035641
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 185
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._images&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._images HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-207.response
new file mode 100755
index 0000000..160bf9f
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-207.response
@@ -0,0 +1,12 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 700
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/ HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 1
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/036-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/036-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/036-404.response
new file mode 100755
index 0000000..9a91358
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/036-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 187
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:10:56 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Copy.txt&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org