You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2017/02/22 02:29:19 UTC

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/169-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-404.response
deleted file mode 100755
index 5aa7248..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-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:11:32 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._.&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-PROPFIND.request
deleted file mode 100755
index 2ea082e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/170-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-404.response
deleted file mode 100755
index 435034f..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/171-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:11:32 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Apple Reports&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response
deleted file mode 100755
index 1d8c9cd..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/173-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 231
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:32 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Apple Reports/._Apple Economic Impact on Cupertino.pdf&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-404.response
deleted file mode 100755
index 0f2ab24..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/175-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:32 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._Green iPad.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/177-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-404.response
deleted file mode 100755
index c859d4d..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-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:11:32 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Copy.txt&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-PROPFIND.request
deleted file mode 100755
index b446ea8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/178-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-404.response
deleted file mode 100755
index 79c6d4d..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/179-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:11:32 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/PDF Reports&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-404.response
deleted file mode 100755
index 69d619a..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/181-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:11:35 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/untitled folder&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-201.response
deleted file mode 100755
index 3b40c52..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-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:35 GMT
-

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request
deleted file mode 100755
index 63f98ee..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/182-MKCOL.request
+++ /dev/null
@@ -1,8 +0,0 @@
-MKCOL /untitled%20folder HTTP/1.1
-Host: localhost:8080
-Accept: */*
-Content-Length: 0
-Connection: keep-alive
-User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
-X-GCDWebServer-CreationDate: 2014-04-12T05:11:35+00:00
-

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/189-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-207.response
deleted file mode 100755
index 197a431..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/190-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 332
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:35 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/untitled%20folder/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T05:11:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-404.response
deleted file mode 100755
index 31ab01a..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/191-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:35 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/images/._Green iPad.png&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/192-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-404.response
deleted file mode 100755
index 0f00b13..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-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:11:35 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Copy.txt&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-PROPFIND.request
deleted file mode 100755
index b446ea8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/193-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-404.response
deleted file mode 100755
index 2de2c4c..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/194-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 206
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:35 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Apple Reports/._Test File.txt&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-404.response
deleted file mode 100755
index 601d76d..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/195-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 231
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:35 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Apple Reports/._Apple Economic Impact on Cupertino.pdf&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-404.response
deleted file mode 100755
index 5f51946..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/196-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:11:35 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Apple Reports&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-PROPFIND.request
deleted file mode 100755
index db98647..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/197-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-207.response
deleted file mode 100755
index 1584e52..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/198-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 332
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:36 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/untitled%20folder/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-04-12T05:11:35+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-201.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-201.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-201.response
deleted file mode 100755
index e7eec91..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-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:36 GMT
-

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-MOVE.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-MOVE.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-MOVE.request
deleted file mode 100755
index afbbc68..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/203-MOVE.request
+++ /dev/null
@@ -1,8 +0,0 @@
-MOVE /untitled%20folder/ HTTP/1.1
-Host: localhost:8080
-Destination: http://localhost:8080/Backup
-Accept: */*
-Content-Length: 0
-Connection: keep-alive
-User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
-

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-404.response
deleted file mode 100755
index 09d77a7..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/205-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:11:36 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/untitled folder&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-PROPFIND.request
deleted file mode 100755
index db98647..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/208-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/dfe33643/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-404.response
deleted file mode 100755
index 443b50f..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/209-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:11:37 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/._Apple Reports&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

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

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

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

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

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


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