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:39 UTC

[11/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/src/ios/GCDWebServer/Tests/WebDAV-Finder/040-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/040-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/040-PROPFIND.request
deleted file mode 100755
index db98647..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/040-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/041-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/041-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/041-404.response
deleted file mode 100755
index 7f22a52..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/041-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:00 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/041-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/041-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/041-PROPFIND.request
deleted file mode 100755
index bda68ad..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/041-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/042-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/042-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/042-207.response
deleted file mode 100755
index efe79d8..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/042-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-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:00 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/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/042-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/042-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/042-PROPFIND.request
deleted file mode 100755
index 811a30f..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/042-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/043-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/043-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/043-207.response
deleted file mode 100755
index d995eb6..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/043-207.response
+++ /dev/null
@@ -1,12 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 700
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:00 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/044-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/044-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/044-404.response
deleted file mode 100755
index 55999f4..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/044-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:00 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/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/044-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/044-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/044-PROPFIND.request
deleted file mode 100755
index 8e86c09..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/044-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/045-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/045-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/045-404.response
deleted file mode 100755
index 73ab452..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/045-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 198
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:00 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/.DS_Store&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/src/ios/GCDWebServer/Tests/WebDAV-Finder/045-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/045-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/045-PROPFIND.request
deleted file mode 100755
index bd9e9fc..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/045-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /PDF%20Reports/.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/src/ios/GCDWebServer/Tests/WebDAV-Finder/046-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/046-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/046-207.response
deleted file mode 100755
index d995eb6..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/046-207.response
+++ /dev/null
@@ -1,12 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 700
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:00 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/050-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/050-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/050-207.response
deleted file mode 100755
index 67fa361..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/050-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 321
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:00 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:multistatus>
\ No newline at end of file

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/052-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/052-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/052-404.response
deleted file mode 100755
index edca90b..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/052-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 193
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:00 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/.DS_Store&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/src/ios/GCDWebServer/Tests/WebDAV-Finder/052-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/052-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/052-PROPFIND.request
deleted file mode 100755
index bac62b7..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/052-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /images/.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/src/ios/GCDWebServer/Tests/WebDAV-Finder/053-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/053-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/053-403.response
deleted file mode 100755
index 8a77d2a..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/053-403.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:01 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/053-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/053-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/053-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/053-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/054-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/054-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/054-403.response
deleted file mode 100755
index 8a77d2a..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/054-403.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:01 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/054-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/054-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/054-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/054-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/055-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/055-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/055-403.response
deleted file mode 100755
index 342c9dc..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/055-403.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:01 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/055-PUT.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/055-PUT.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/055-PUT.request
deleted file mode 100755
index fa6a196..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/055-PUT.request
+++ /dev/null
@@ -1,7 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/056-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/056-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/056-403.response
deleted file mode 100755
index 8a77d2a..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/056-403.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:01 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/056-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/056-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/056-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/056-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/057-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/057-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/057-404.response
deleted file mode 100755
index 0239b61..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/057-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 201
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:03 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._hero_mba_11.jpg&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/058-200.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/058-200.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/058-200.response
deleted file mode 100755
index 92ae6ab..0000000
Binary files a/src/ios/GCDWebServer/Tests/WebDAV-Finder/058-200.response and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/058-GET.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/058-GET.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/058-GET.request
deleted file mode 100755
index 94adb24..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/058-GET.request
+++ /dev/null
@@ -1,6 +0,0 @@
-GET /images/hero_mba_11.jpg HTTP/1.1
-Host: localhost:8080
-Accept: */*
-User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
-Connection: keep-alive
-

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/059-200.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/059-200.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/059-200.response
deleted file mode 100755
index 92ae6ab..0000000
Binary files a/src/ios/GCDWebServer/Tests/WebDAV-Finder/059-200.response and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/059-GET.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/059-GET.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/059-GET.request
deleted file mode 100755
index 798dea8..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/059-GET.request
+++ /dev/null
@@ -1,8 +0,0 @@
-GET /images/hero_mba_11.jpg HTTP/1.1
-Host: localhost:8080
-If-Range: Thu, 10 Apr 2014 21:51:14 GMT
-Accept: */*
-Range: bytes=98304-
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/060-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/060-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/060-404.response
deleted file mode 100755
index 757b5f9..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/060-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 210
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:05 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._capable_green_ipad_l.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/061-200.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/061-200.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/061-200.response
deleted file mode 100755
index 313335e..0000000
Binary files a/src/ios/GCDWebServer/Tests/WebDAV-Finder/061-200.response and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/061-GET.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/061-GET.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/061-GET.request
deleted file mode 100755
index ceaddf8..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/061-GET.request
+++ /dev/null
@@ -1,6 +0,0 @@
-GET /images/capable_green_ipad_l.png HTTP/1.1
-Host: localhost:8080
-Accept: */*
-User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
-Connection: keep-alive
-

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/062-200.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/062-200.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/062-200.response
deleted file mode 100755
index 313335e..0000000
Binary files a/src/ios/GCDWebServer/Tests/WebDAV-Finder/062-200.response and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/062-GET.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/062-GET.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/062-GET.request
deleted file mode 100755
index 39559b8..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/062-GET.request
+++ /dev/null
@@ -1,8 +0,0 @@
-GET /images/capable_green_ipad_l.png HTTP/1.1
-Host: localhost:8080
-If-Range: Thu, 10 Apr 2014 21:46:56 GMT
-Accept: */*
-Range: bytes=98304-
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/063-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/063-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/063-404.response
deleted file mode 100755
index 757b5f9..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/063-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 210
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:05 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._capable_green_ipad_l.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/065-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/065-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/065-404.response
deleted file mode 100755
index c4d55df..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/065-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:13 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/065-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/065-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/065-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/065-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/066-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/066-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/066-404.response
deleted file mode 100755
index a0dcf64..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/066-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 198
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:13 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/066-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/066-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/066-PROPFIND.request
deleted file mode 100755
index 8261949..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/066-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/067-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/067-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/067-404.response
deleted file mode 100755
index a0dcf64..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/067-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 198
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:13 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/067-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/067-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/067-PROPFIND.request
deleted file mode 100755
index 8261949..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/067-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/068-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/068-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/068-404.response
deleted file mode 100755
index bf36e4d..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/068-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 210
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:13 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._capable_green_ipad_l.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/069-201.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/069-201.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/069-201.response
deleted file mode 100755
index 489b75d..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/069-201.response
+++ /dev/null
@@ -1,6 +0,0 @@
-HTTP/1.1 201 Created
-Cache-Control: no-cache
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:13 GMT
-

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/069-MOVE.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/069-MOVE.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/069-MOVE.request
deleted file mode 100755
index 45df685..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/069-MOVE.request
+++ /dev/null
@@ -1,8 +0,0 @@
-MOVE /images/capable_green_ipad_l.png HTTP/1.1
-Host: localhost:8080
-Destination: http://localhost:8080/images/Green%20iPad.png
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/070-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/070-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/070-404.response
deleted file mode 100755
index 223171b..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/070-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:13 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/070-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/070-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/070-PROPFIND.request
deleted file mode 100755
index be72318..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/070-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/071-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/071-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/071-404.response
deleted file mode 100755
index 63a2387..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/071-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 208
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:13 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/capable_green_ipad_l.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/072-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/072-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/072-404.response
deleted file mode 100755
index 223171b..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/072-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:13 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/072-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/072-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/072-PROPFIND.request
deleted file mode 100755
index be72318..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/072-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/073-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/073-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/073-207.response
deleted file mode 100755
index 1e8ebaf..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/073-207.response
+++ /dev/null
@@ -1,13 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 990
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:13 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:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/075-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/075-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/075-207.response
deleted file mode 100755
index 1e8ebaf..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/075-207.response
+++ /dev/null
@@ -1,13 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 990
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:13 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:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/076-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/076-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/076-207.response
deleted file mode 100755
index 1e8ebaf..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/076-207.response
+++ /dev/null
@@ -1,13 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 990
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:13 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:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/077-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/077-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/077-207.response
deleted file mode 100755
index ffb20ab..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/077-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 321
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:14 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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/077-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/077-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/077-PROPFIND.request
deleted file mode 100755
index 9255288..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/077-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/078-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/078-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/078-207.response
deleted file mode 100755
index d20ae45..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/078-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 421
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:14 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<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/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/078-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/078-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/078-PROPFIND.request
deleted file mode 100755
index 8261949..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/078-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/079-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/079-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/079-404.response
deleted file mode 100755
index 65832cb..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/079-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 201
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:14 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._hero_mba_11.jpg&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/080-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/080-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/080-404.response
deleted file mode 100755
index 09537e4..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/080-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:14 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/src/ios/GCDWebServer/Tests/WebDAV-Finder/080-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/080-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/080-PROPFIND.request
deleted file mode 100755
index be72318..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/080-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/081-204.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/081-204.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/081-204.response
deleted file mode 100755
index ba16ec2..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/081-204.response
+++ /dev/null
@@ -1,6 +0,0 @@
-HTTP/1.1 204 No Content
-Cache-Control: no-cache
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:16 GMT
-

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/088-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/088-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/088-404.response
deleted file mode 100755
index db2bcb2..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/088-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-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:16 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/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/088-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/088-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/088-PROPFIND.request
deleted file mode 100755
index 8e86c09..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/088-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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>


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