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 2017/02/22 02:28:56 UTC

[06/50] cordova-plugins git commit: Removed plugins other than local-webserver, moved plugin to root

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/138-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/138-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/138-207.response
new file mode 100755
index 0000000..d04bb85
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/138-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T05:11:26+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 05:11:26 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/138-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/138-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/138-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/138-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/139-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/139-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/139-207.response
new file mode 100755
index 0000000..d04bb85
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/139-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T05:11:26+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 05:11:26 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/139-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/139-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/139-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/139-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/140-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/140-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/140-207.response
new file mode 100755
index 0000000..d04bb85
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/140-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T05:11:26+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 05:11:26 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/140-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/140-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/140-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/140-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/141-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/141-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/141-404.response
new file mode 100755
index 0000000..e6858a2
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/141-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:11:27 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/141-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/141-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/141-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/141-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/142-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/142-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/142-207.response
new file mode 100755
index 0000000..de8c5bb
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/142-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:11:27 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/142-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/142-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/142-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/142-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/143-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/143-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/143-404.response
new file mode 100755
index 0000000..bf8051c
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/143-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:11:27 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/143-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/143-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/143-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/143-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/144-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/144-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/144-404.response
new file mode 100755
index 0000000..9f0b2e9
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/144-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:11:27 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/144-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/144-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/144-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/144-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/145-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/145-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/145-404.response
new file mode 100755
index 0000000..57b79e9
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/145-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:11:27 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/145-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/145-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/145-PROPFIND.request
new file mode 100755
index 0000000..bda68ad
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/145-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/146-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/146-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/146-207.response
new file mode 100755
index 0000000..edb46d4
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/146-207.response
@@ -0,0 +1,12 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 656
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/Green%20iPad.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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/146-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/146-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/146-PROPFIND.request
new file mode 100755
index 0000000..ded319a
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/146-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/147-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/147-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/147-404.response
new file mode 100755
index 0000000..cef01db
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/147-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 200
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._Green iPad.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/147-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/147-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/147-PROPFIND.request
new file mode 100755
index 0000000..be72318
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/147-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /images/._Green%20iPad.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/148-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/148-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/148-207.response
new file mode 100755
index 0000000..12fdd1a
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/148-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T05:11:26+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 05:11:26 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/148-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/148-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/148-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/148-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/149-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/149-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/149-404.response
new file mode 100755
index 0000000..4428bb3
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/149-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 229
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/._Apple Economic Impact on Cupertino.pdf&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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/149-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/149-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/149-PROPFIND.request
new file mode 100755
index 0000000..8e86c09
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/149-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/._Apple%20Economic%20Impact%20on%20Cupertino.pdf 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/150-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/150-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/150-404.response
new file mode 100755
index 0000000..bc9b806
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/150-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/._Test File.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/150-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/150-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/150-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/150-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/._Test%20File.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/151-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/151-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/151-207.response
new file mode 100755
index 0000000..0c84c14
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/151-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 328
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/151-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/151-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/151-PROPFIND.request
new file mode 100755
index 0000000..811a30f
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/151-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/152-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/152-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/152-207.response
new file mode 100755
index 0000000..376ed3b
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/152-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 423
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/Test%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T05:11:26+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 05:11:26 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/152-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/152-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/152-PROPFIND.request
new file mode 100755
index 0000000..eb48bd0
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/152-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/Test%20File.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/153-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/153-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/153-207.response
new file mode 100755
index 0000000..de8c5bb
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/153-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:11:27 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/153-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/153-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/153-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/153-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/154-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/154-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/154-403.response
new file mode 100755
index 0000000..91d9f62
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/154-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:11:28 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/154-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/154-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/154-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/154-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/155-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/155-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/155-403.response
new file mode 100755
index 0000000..91d9f62
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/155-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:11:28 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/155-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/155-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/155-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/155-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/156-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/156-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/156-403.response
new file mode 100755
index 0000000..48bbcc5
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/156-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:11:28 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/156-PUT.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/156-PUT.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/156-PUT.request
new file mode 100755
index 0000000..fa6a196
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/156-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/157-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/157-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/157-403.response
new file mode 100755
index 0000000..91d9f62
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/157-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:11:28 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/157-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/157-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/157-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/157-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/158-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/158-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/158-404.response
new file mode 100755
index 0000000..df0f866
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/158-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:11:31 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/158-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/158-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/158-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/158-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/159-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/159-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/159-404.response
new file mode 100755
index 0000000..cc06ac1
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/159-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:11:31 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Apple 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/159-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/159-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/159-PROPFIND.request
new file mode 100755
index 0000000..a34a5cc
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/159-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Apple%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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/160-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/160-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/160-404.response
new file mode 100755
index 0000000..cc06ac1
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/160-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:11:31 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Apple 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/160-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/160-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/160-PROPFIND.request
new file mode 100755
index 0000000..a34a5cc
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/160-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Apple%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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/161-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/161-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/161-404.response
new file mode 100755
index 0000000..3072e9e
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/161-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:11:31 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/161-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/161-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/161-PROPFIND.request
new file mode 100755
index 0000000..bda68ad
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/161-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/162-201.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/162-201.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/162-201.response
new file mode 100755
index 0000000..5faa439
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/162-201.response
@@ -0,0 +1,6 @@
+HTTP/1.1 201 Created
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:31 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/162-MOVE.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/162-MOVE.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/162-MOVE.request
new file mode 100755
index 0000000..d94c216
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/162-MOVE.request
@@ -0,0 +1,8 @@
+MOVE /PDF%20Reports/ HTTP/1.1
+Host: localhost:8080
+Destination: http://localhost:8080/Apple%20Reports
+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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/163-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/163-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/163-404.response
new file mode 100755
index 0000000..797c1bb
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/163-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:11:31 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Apple 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/163-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/163-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/163-PROPFIND.request
new file mode 100755
index 0000000..40c58d3
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/163-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Apple%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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/164-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/164-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/164-404.response
new file mode 100755
index 0000000..1b7c84f
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/164-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:11:31 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/164-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/164-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/164-PROPFIND.request
new file mode 100755
index 0000000..0ab0250
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/164-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/165-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/165-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/165-404.response
new file mode 100755
index 0000000..797c1bb
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/165-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:11:31 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Apple 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/165-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/165-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/165-PROPFIND.request
new file mode 100755
index 0000000..40c58d3
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/165-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Apple%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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/166-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/166-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/166-404.response
new file mode 100755
index 0000000..df0f866
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/166-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:11:31 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/166-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/166-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/166-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/166-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/167-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/167-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/167-207.response
new file mode 100755
index 0000000..bd10c33
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/167-207.response
@@ -0,0 +1,14 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1108
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:31 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>/Apple%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>/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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/167-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/167-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/167-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/167-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/168-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/168-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/168-404.response
new file mode 100755
index 0000000..b61831a
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/168-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:11:31 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/168-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/168-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/168-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/168-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-404.response
new file mode 100755
index 0000000..dd81c63
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-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:11:31 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-404.response
new file mode 100755
index 0000000..5aa7248
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-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:11:32 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-404.response
new file mode 100755
index 0000000..435034f
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-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:11:32 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Apple 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-PROPFIND.request
new file mode 100755
index 0000000..40c58d3
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Apple%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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-207.response
new file mode 100755
index 0000000..b340d5c
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1043
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:32 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/Apple%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>/Apple%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>/Apple%20Reports/Test%20File.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-12T05:11:26+00:00</D:creationdate><D:getlastmodified>Sat, 12 Apr 2014 05:11:26 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-PROPFIND.request
new file mode 100755
index 0000000..08f95e5
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Apple%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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response
new file mode 100755
index 0000000..1d8c9cd
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 231
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:32 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Apple Reports/._Apple Economic Impact on Cupertino.pdf&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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-PROPFIND.request
new file mode 100755
index 0000000..ff49099
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Apple%20Reports/._Apple%20Economic%20Impact%20on%20Cupertino.pdf 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-404.response
new file mode 100755
index 0000000..0cf58ae
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 206
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:32 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Apple Reports/._Test File.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-PROPFIND.request
new file mode 100755
index 0000000..1e426d6
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Apple%20Reports/._Test%20File.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response
new file mode 100755
index 0000000..0f2ab24
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 200
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:32 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._Green iPad.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-PROPFIND.request
new file mode 100755
index 0000000..be72318
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /images/._Green%20iPad.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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-207.response
new file mode 100755
index 0000000..53dcd8e
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-207.response
@@ -0,0 +1,14 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1108
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:32 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>/Apple%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>/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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-404.response
new file mode 100755
index 0000000..7fc3347
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-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:11:32 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response
new file mode 100755
index 0000000..c859d4d
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-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:11:32 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response
new file mode 100755
index 0000000..79c6d4d
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-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:11:32 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-PROPFIND.request
new file mode 100755
index 0000000..0ab0250
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-207.response
new file mode 100755
index 0000000..a979410
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 330
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:33 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/Apple%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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-PROPFIND.request
new file mode 100755
index 0000000..90ce87d
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Apple%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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response
new file mode 100755
index 0000000..69d619a
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-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:11:35 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/untitled folder&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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-PROPFIND.request
new file mode 100755
index 0000000..a16130c
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /untitled%20folder 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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response
new file mode 100755
index 0000000..3b40c52
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response
@@ -0,0 +1,6 @@
+HTTP/1.1 201 Created
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:35 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request
new file mode 100755
index 0000000..63f98ee
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request
@@ -0,0 +1,8 @@
+MKCOL /untitled%20folder 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)
+X-GCDWebServer-CreationDate: 2014-04-12T05:11:35+00:00
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-404.response
new file mode 100755
index 0000000..af185d8
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 194
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:35 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._untitled folder&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/dfe33643/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-PROPFIND.request
new file mode 100755
index 0000000..e89dfb4
--- /dev/null
+++ b/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._untitled%20folder 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>


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