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:31:58 UTC

[30/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-Finder/171-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-404.response
new file mode 100755
index 0000000..435034f
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-PROPFIND.request
new file mode 100755
index 0000000..40c58d3
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-207.response
new file mode 100755
index 0000000..b340d5c
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/172-PROPFIND.request
new file mode 100755
index 0000000..08f95e5
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response
new file mode 100755
index 0000000..1d8c9cd
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-PROPFIND.request
new file mode 100755
index 0000000..ff49099
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-404.response
new file mode 100755
index 0000000..0cf58ae
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/174-PROPFIND.request
new file mode 100755
index 0000000..1e426d6
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response
new file mode 100755
index 0000000..0f2ab24
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-PROPFIND.request
new file mode 100755
index 0000000..be72318
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-207.response
new file mode 100755
index 0000000..53dcd8e
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/176-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-404.response
new file mode 100755
index 0000000..7fc3347
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response
new file mode 100755
index 0000000..c859d4d
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response
new file mode 100755
index 0000000..79c6d4d
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-PROPFIND.request
new file mode 100755
index 0000000..0ab0250
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-207.response
new file mode 100755
index 0000000..a979410
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/180-PROPFIND.request
new file mode 100755
index 0000000..90ce87d
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response
new file mode 100755
index 0000000..69d619a
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-PROPFIND.request
new file mode 100755
index 0000000..a16130c
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response
new file mode 100755
index 0000000..3b40c52
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request
new file mode 100755
index 0000000..63f98ee
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-404.response
new file mode 100755
index 0000000..af185d8
--- /dev/null
+++ b/local-webserver/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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/183-PROPFIND.request
new file mode 100755
index 0000000..e89dfb4
--- /dev/null
+++ b/local-webserver/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>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/184-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/184-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/184-404.response
new file mode 100755
index 0000000..54e5d6e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/184-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:35 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/184-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/184-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/184-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/184-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/185-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/185-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/185-403.response
new file mode 100755
index 0000000..78206ff
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/185-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:35 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/185-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/185-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/185-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/185-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/186-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/186-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/186-403.response
new file mode 100755
index 0000000..78206ff
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/186-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:35 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/186-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/186-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/186-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/186-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/187-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/187-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/187-403.response
new file mode 100755
index 0000000..e5a3b63
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/187-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:35 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/187-PUT.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/187-PUT.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/187-PUT.request
new file mode 100755
index 0000000..fa6a196
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/187-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/188-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/188-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/188-404.response
new file mode 100755
index 0000000..af185d8
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/188-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/188-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/188-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/188-PROPFIND.request
new file mode 100755
index 0000000..e89dfb4
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/188-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-403.response
new file mode 100755
index 0000000..78206ff
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-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:35 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/189-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-PROPFIND.request
new file mode 100755
index 0000000..1243b70
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-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/190-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-207.response
new file mode 100755
index 0000000..197a431
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 332
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:35 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/untitled%20folder/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T05:11: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-Finder/190-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-PROPFIND.request
new file mode 100755
index 0000000..8370892
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /untitled%20folder/ 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/191-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-404.response
new file mode 100755
index 0000000..31ab01a
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-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:35 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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-PROPFIND.request
new file mode 100755
index 0000000..be72318
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-404.response
new file mode 100755
index 0000000..2331848
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-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:35 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/192-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-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/193-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-404.response
new file mode 100755
index 0000000..0f00b13
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-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:35 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/193-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-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/194-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-404.response
new file mode 100755
index 0000000..2de2c4c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-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:35 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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-PROPFIND.request
new file mode 100755
index 0000000..1e426d6
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-404.response
new file mode 100755
index 0000000..601d76d
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-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:35 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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-PROPFIND.request
new file mode 100755
index 0000000..ff49099
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-404.response
new file mode 100755
index 0000000..5f51946
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-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;/._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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-PROPFIND.request
new file mode 100755
index 0000000..40c58d3
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-207.response
new file mode 100755
index 0000000..3e58f6c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-207.response
@@ -0,0 +1,15 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1353
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:36 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:response><D:href>/untitled%20folder</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T05:11: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-Finder/197-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-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/198-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-207.response
new file mode 100755
index 0000000..1584e52
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 332
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:36 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/untitled%20folder/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T05:11: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-Finder/198-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-PROPFIND.request
new file mode 100755
index 0000000..1072da6
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/199-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/199-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/199-404.response
new file mode 100755
index 0000000..bdf45ca
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/199-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:36 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/199-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/199-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/199-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/199-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/200-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/200-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/200-404.response
new file mode 100755
index 0000000..7bbeb21
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/200-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 183
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:36 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backup&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/200-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/200-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/200-PROPFIND.request
new file mode 100755
index 0000000..afc1cc6
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/200-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Backup 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/201-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/201-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/201-404.response
new file mode 100755
index 0000000..7bbeb21
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/201-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 183
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:36 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backup&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/201-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/201-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/201-PROPFIND.request
new file mode 100755
index 0000000..afc1cc6
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/201-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /Backup 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/202-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/202-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/202-404.response
new file mode 100755
index 0000000..ed068af
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/202-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:36 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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/202-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/202-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/202-PROPFIND.request
new file mode 100755
index 0000000..e89dfb4
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/202-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-201.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-201.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-201.response
new file mode 100755
index 0000000..e7eec91
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-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:36 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-MOVE.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-MOVE.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-MOVE.request
new file mode 100755
index 0000000..afbbc68
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-MOVE.request
@@ -0,0 +1,8 @@
+MOVE /untitled%20folder/ HTTP/1.1
+Host: localhost:8080
+Destination: http://localhost:8080/Backup
+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/204-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/204-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/204-404.response
new file mode 100755
index 0000000..739c2c7
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/204-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:36 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Backup&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/204-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/204-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/204-PROPFIND.request
new file mode 100755
index 0000000..c4eaa8e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/204-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Backup 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/205-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-404.response
new file mode 100755
index 0000000..09d77a7
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-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:36 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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-PROPFIND.request
new file mode 100755
index 0000000..a16130c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/206-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/206-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/206-404.response
new file mode 100755
index 0000000..739c2c7
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/206-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:36 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Backup&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/206-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/206-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/206-PROPFIND.request
new file mode 100755
index 0000000..c4eaa8e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/206-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Backup 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/207-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/207-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/207-404.response
new file mode 100755
index 0000000..d30b64c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/207-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:37 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/207-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/207-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/207-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/207-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/208-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-207.response
new file mode 100755
index 0000000..f10df29
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-207.response
@@ -0,0 +1,15 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1342
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:37 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>/Backup</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T05:11:35+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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-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/209-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-404.response
new file mode 100755
index 0000000..443b50f
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-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:37 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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-PROPFIND.request
new file mode 100755
index 0000000..40c58d3
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/210-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/210-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/210-404.response
new file mode 100755
index 0000000..e937eda
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/210-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:37 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/210-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/210-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/210-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/210-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/211-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/211-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/211-404.response
new file mode 100755
index 0000000..1af269c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/211-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:37 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/211-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/211-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/211-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/211-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/212-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/212-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/212-404.response
new file mode 100755
index 0000000..d30b64c
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/212-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:37 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/212-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/212-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/212-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/212-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/213-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-207.response
new file mode 100755
index 0000000..f10df29
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-207.response
@@ -0,0 +1,15 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1342
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:37 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>/Backup</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T05:11:35+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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-PROPFIND.request
new file mode 100755
index 0000000..db98647
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-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/214-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-404.response
new file mode 100755
index 0000000..443b50f
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-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:37 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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-PROPFIND.request
new file mode 100755
index 0000000..40c58d3
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-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/2504faa4/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-404.response
new file mode 100755
index 0000000..911392f
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-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:37 GMT
+
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Backup&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/215-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-PROPFIND.request
new file mode 100755
index 0000000..c4eaa8e
--- /dev/null
+++ b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Backup 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