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

[12/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-Cyberduck/028-MOVE.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-MOVE.request b/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-MOVE.request
deleted file mode 100755
index 70cae94..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/028-MOVE.request
+++ /dev/null
@@ -1,8 +0,0 @@
-MOVE /Test%20File.txt HTTP/1.1
-Destination: http://localhost:8080/Text%20Files/Test%20File.txt
-Overwrite: T
-Host: localhost:8080
-Connection: Keep-Alive
-User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64)
-Accept-Encoding: gzip,deflate
-

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-201.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-201.response b/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-201.response
deleted file mode 100755
index 444c34d..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/029-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 04:53:39 GMT
-

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-204.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-204.response b/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-204.response
deleted file mode 100755
index 224ed16..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/033-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 04:53:44 GMT
-

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-204.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-204.response b/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-204.response
deleted file mode 100755
index 224ed16..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/034-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 04:53:44 GMT
-

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-204.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-204.response b/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-204.response
deleted file mode 100755
index 224ed16..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Cyberduck/035-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 04:53:44 GMT
-

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-PROPFIND.request
deleted file mode 100755
index 2ea082e..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/012-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-404.response
deleted file mode 100755
index cb84a14..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/013-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:10:55 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backups.backupdb&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-404.response
deleted file mode 100755
index 27c5901..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/017-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:10:55 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/.metadata_never_index&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-403.response
deleted file mode 100755
index bd95aec..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-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:10:55 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name &quot;.DS_Store&quot; is not allowed</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/019-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/020-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-403.response
deleted file mode 100755
index bd95aec..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-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:10:55 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name &quot;.DS_Store&quot; is not allowed</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/020-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/021-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-403.response
deleted file mode 100755
index e423213..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-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:10:55 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Uploading file name &quot;.DS_Store&quot; is not allowed</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-PUT.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-PUT.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-PUT.request
deleted file mode 100755
index fa6a196..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/021-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/022-403.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-403.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-403.response
deleted file mode 100755
index bd95aec..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/022-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:10:55 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name &quot;.DS_Store&quot; is not allowed</h1><h3></h3></body></html>
\ No newline at end of file

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-PROPFIND.request
deleted file mode 100755
index b446ea8..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/025-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-404.response
deleted file mode 100755
index 9c5fd6e..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-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:10:55 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._images&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/026-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/027-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-404.response
deleted file mode 100755
index 4e9ff12..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-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:10:55 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._PDF Reports&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-PROPFIND.request
deleted file mode 100755
index bda68ad..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/027-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/028-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-207.response
deleted file mode 100755
index 7bd30b0..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/028-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:10:56 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/images/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/images/capable_green_ipad_l.png</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:46:56+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:46:56 GMT</D:getlastmodified><D:getcontentlength>116066</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-PROPFIND.request
deleted file mode 100755
index 2ea082e..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/029-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-404.response
deleted file mode 100755
index 549f3d8..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-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:10:56 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._PDF Reports&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-PROPFIND.request
deleted file mode 100755
index bda68ad..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/030-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/031-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-404.response
deleted file mode 100755
index fd967dd..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-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:10:56 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._capable_green_ipad_l.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-PROPFIND.request
deleted file mode 100755
index c1941c4..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/031-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/032-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-404.response
deleted file mode 100755
index fd967dd..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-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:10:56 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._capable_green_ipad_l.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-PROPFIND.request
deleted file mode 100755
index c1941c4..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/032-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/033-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-404.response
deleted file mode 100755
index 6867241..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-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:10:56 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._hero_mba_11.jpg&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-PROPFIND.request
deleted file mode 100755
index 709447a..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/033-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/034-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-404.response
deleted file mode 100755
index 9035641..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-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:10:56 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._images&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/034-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/035-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-207.response
deleted file mode 100755
index 160bf9f..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/035-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:10:56 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/2504faa4/src/ios/GCDWebServer/Tests/WebDAV-Finder/036-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/036-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/036-PROPFIND.request
deleted file mode 100755
index b446ea8..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/036-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-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/src/ios/GCDWebServer/Tests/WebDAV-Finder/037-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/037-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/037-404.response
deleted file mode 100755
index 7ebcb9f..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/037-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:10:56 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/PDF Reports/._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/037-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/037-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/037-PROPFIND.request
deleted file mode 100755
index 8e86c09..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/037-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/038-404.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/038-404.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/038-404.response
deleted file mode 100755
index 7ebcb9f..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/038-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:10:56 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/PDF Reports/._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/038-PROPFIND.request
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/038-PROPFIND.request b/src/ios/GCDWebServer/Tests/WebDAV-Finder/038-PROPFIND.request
deleted file mode 100755
index 8e86c09..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/038-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/039-207.response
----------------------------------------------------------------------
diff --git a/src/ios/GCDWebServer/Tests/WebDAV-Finder/039-207.response b/src/ios/GCDWebServer/Tests/WebDAV-Finder/039-207.response
deleted file mode 100755
index bfed2b0..0000000
--- a/src/ios/GCDWebServer/Tests/WebDAV-Finder/039-207.response
+++ /dev/null
@@ -1,14 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 1106
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:10:56 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/Copy.txt</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T11:10:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 11:10:14 GMT</D:getlastmodified><D:getcontentlength>271</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/images</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/PDF%20Reports</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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


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