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 19:22:13 UTC

[05/27] cordova-plugins git commit: Removed plugins other than keyboard moved plugin to root

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-PROPFIND.request
deleted file mode 100755
index db98647..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/213-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-404.response
deleted file mode 100755
index 443b50f..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-PROPFIND.request
deleted file mode 100755
index 40c58d3..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/214-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-404.response
deleted file mode 100755
index 911392f..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-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;/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-PROPFIND.request
deleted file mode 100755
index c4eaa8e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/215-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/216-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/216-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/216-404.response
deleted file mode 100755
index e937eda..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/216-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/216-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/216-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/216-PROPFIND.request
deleted file mode 100755
index b446ea8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/216-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/217-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/217-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/217-404.response
deleted file mode 100755
index 1af269c..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/217-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/217-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/217-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/217-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/217-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/218-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/218-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/218-404.response
deleted file mode 100755
index e0f7111..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/218-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: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/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/218-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/218-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/218-PROPFIND.request
deleted file mode 100755
index be72318..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/218-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/219-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/219-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/219-404.response
deleted file mode 100755
index 7481ef2..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/219-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: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/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/219-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/219-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/219-PROPFIND.request
deleted file mode 100755
index 1e426d6..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/219-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/220-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/220-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/220-404.response
deleted file mode 100755
index aa68721..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/220-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: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/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/220-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/220-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/220-PROPFIND.request
deleted file mode 100755
index ff49099..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/220-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/221-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/221-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/221-404.response
deleted file mode 100755
index b6a9b39..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/221-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;/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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/221-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/221-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/221-PROPFIND.request
deleted file mode 100755
index a16130c..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/221-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/222-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/222-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/222-207.response
deleted file mode 100755
index 4801ad6..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/222-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 321
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:38 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/222-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/222-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/222-PROPFIND.request
deleted file mode 100755
index a57ebaf..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/222-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/223-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/223-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/223-404.response
deleted file mode 100755
index a58f70e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/223-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/223-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/223-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/223-PROPFIND.request
deleted file mode 100755
index b446ea8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/223-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/224-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/224-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/224-404.response
deleted file mode 100755
index 787fa06..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/224-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/224-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/224-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/224-PROPFIND.request
deleted file mode 100755
index c4eaa8e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/224-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/225-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/225-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/225-403.response
deleted file mode 100755
index a305bd8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/225-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/225-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/225-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/225-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/225-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/226-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/226-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/226-403.response
deleted file mode 100755
index a305bd8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/226-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/226-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/226-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/226-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/226-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/227-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/227-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/227-403.response
deleted file mode 100755
index 48c41bc..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/227-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/227-PUT.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/227-PUT.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/227-PUT.request
deleted file mode 100755
index fa6a196..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/227-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/228-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/228-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/228-403.response
deleted file mode 100755
index a305bd8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/228-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/228-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/228-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/228-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/228-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/229-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/229-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/229-404.response
deleted file mode 100755
index 8522102..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/229-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:39 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backup/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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/229-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/229-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/229-PROPFIND.request
deleted file mode 100755
index c520f17..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/229-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/230-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/230-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/230-404.response
deleted file mode 100755
index 8522102..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/230-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:39 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backup/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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/230-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/230-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/230-PROPFIND.request
deleted file mode 100755
index c520f17..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/230-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/231-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/231-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/231-404.response
deleted file mode 100755
index a58f70e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/231-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/231-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/231-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/231-PROPFIND.request
deleted file mode 100755
index b446ea8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/231-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/232-201.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/232-201.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/232-201.response
deleted file mode 100755
index f4baded..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/232-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:39 GMT
-

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/232-MOVE.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/232-MOVE.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/232-MOVE.request
deleted file mode 100755
index 7932b4e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/232-MOVE.request
+++ /dev/null
@@ -1,8 +0,0 @@
-MOVE /Copy.txt HTTP/1.1
-Host: localhost:8080
-Destination: http://localhost:8080/Backup/Copy.txt
-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/233-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/233-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/233-404.response
deleted file mode 100755
index 851afa8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/233-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:39 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backup/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/233-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/233-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/233-PROPFIND.request
deleted file mode 100755
index 3f78310..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/233-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/234-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/234-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/234-404.response
deleted file mode 100755
index 851afa8..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/234-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:39 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backup/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/234-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/234-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/234-PROPFIND.request
deleted file mode 100755
index 3f78310..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/234-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/235-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/235-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/235-404.response
deleted file mode 100755
index 25f9d52..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/235-404.response
+++ /dev/null
@@ -1,8 +0,0 @@
-HTTP/1.1 404 Not Found
-Content-Length: 193
-Content-Type: text/html; charset=utf-8
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:39 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backup/.DS_Store&quot; does not exist</h1><h3></h3></body></html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/235-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/235-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/235-PROPFIND.request
deleted file mode 100755
index 2bbb8cb..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/235-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/.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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/236-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/236-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/236-207.response
deleted file mode 100755
index 8c04c3b..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/236-207.response
+++ /dev/null
@@ -1,12 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 645
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:39 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<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>/Backup/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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/236-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/236-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/236-PROPFIND.request
deleted file mode 100755
index fdb35f2..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/236-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/ 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/237-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/237-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/237-404.response
deleted file mode 100755
index 9ff0206..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/237-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/237-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/237-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/237-PROPFIND.request
deleted file mode 100755
index 2ea082e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/237-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/238-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/238-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/238-207.response
deleted file mode 100755
index 376ee6f..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/238-207.response
+++ /dev/null
@@ -1,14 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 1025
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11: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>/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>/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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/238-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/238-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/238-PROPFIND.request
deleted file mode 100755
index db98647..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/238-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/239-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/239-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/239-207.response
deleted file mode 100755
index b8d8541..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/239-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 321
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:39 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/239-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/239-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/239-PROPFIND.request
deleted file mode 100755
index a57ebaf..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/239-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/240-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/240-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/240-404.response
deleted file mode 100755
index 4128a6a..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/240-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/240-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/240-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/240-PROPFIND.request
deleted file mode 100755
index e8c943d..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/240-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/241-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/241-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/241-404.response
deleted file mode 100755
index 770e8ac..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/241-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/241-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/241-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/241-PROPFIND.request
deleted file mode 100755
index 40c58d3..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/241-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/242-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/242-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/242-207.response
deleted file mode 100755
index b8d8541..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/242-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 321
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:39 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/242-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/242-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/242-PROPFIND.request
deleted file mode 100755
index a57ebaf..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/242-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/243-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/243-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/243-404.response
deleted file mode 100755
index 63f019f..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/243-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:39 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/243-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/243-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/243-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/243-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/244-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/244-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/244-404.response
deleted file mode 100755
index 9b93229..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/244-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:40 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/244-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/244-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/244-PROPFIND.request
deleted file mode 100755
index 2ea082e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/244-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/245-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/245-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/245-404.response
deleted file mode 100755
index d5b2a51..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/245-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:40 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/245-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/245-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/245-PROPFIND.request
deleted file mode 100755
index c4eaa8e..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/245-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/246-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/246-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/246-207.response
deleted file mode 100755
index c6630f7..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/246-207.response
+++ /dev/null
@@ -1,14 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 1025
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:40 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>/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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/246-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/246-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/246-PROPFIND.request
deleted file mode 100755
index db98647..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/246-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/247-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/247-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/247-404.response
deleted file mode 100755
index 0e3a468..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/247-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:40 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/247-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/247-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/247-PROPFIND.request
deleted file mode 100755
index 40c58d3..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/247-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/248-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/248-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/248-404.response
deleted file mode 100755
index 58c6244..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/248-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:40 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/248-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/248-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/248-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/248-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/249-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/249-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/249-207.response
deleted file mode 100755
index c002c72..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/249-207.response
+++ /dev/null
@@ -1,12 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 645
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:40 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<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>/Backup/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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/249-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/249-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/249-PROPFIND.request
deleted file mode 100755
index fdb35f2..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/249-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/ 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/250-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/250-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/250-404.response
deleted file mode 100755
index adaac3a..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/250-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:40 GMT
-
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: &quot;/Backup/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/250-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/250-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/250-PROPFIND.request
deleted file mode 100755
index 3f78310..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/250-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/._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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/251-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/251-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/251-404.response
deleted file mode 100755
index 30bc06a..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/251-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:40 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/251-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/251-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/251-PROPFIND.request
deleted file mode 100755
index e8c943d..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/251-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/252-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/252-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/252-207.response
deleted file mode 100755
index ed147cd..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/252-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 321
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:40 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/252-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/252-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/252-PROPFIND.request
deleted file mode 100755
index a57ebaf..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/252-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/253-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/253-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/253-207.response
deleted file mode 100755
index 2aabcdf..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/253-207.response
+++ /dev/null
@@ -1,11 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 410
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:40 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/Backup/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:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/253-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/253-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/253-PROPFIND.request
deleted file mode 100755
index c520f17..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/253-PROPFIND.request
+++ /dev/null
@@ -1,18 +0,0 @@
-PROPFIND /Backup/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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/254-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/254-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/254-404.response
deleted file mode 100755
index 993fe04..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/254-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:42 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/254-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/254-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/254-PROPFIND.request
deleted file mode 100755
index 11b91ce..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/254-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/255-207.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/255-207.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/255-207.response
deleted file mode 100755
index 49b6592..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/255-207.response
+++ /dev/null
@@ -1,12 +0,0 @@
-HTTP/1.1 207 Multi-Status
-Cache-Control: no-cache
-Content-Length: 656
-Content-Type: application/xml; charset="utf-8"
-Connection: Close
-Server: GCDWebDAVServer
-Date: Sat, 12 Apr 2014 05:11:42 GMT
-
-<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
-<D:response><D:href>/images/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-<D:response><D:href>/images/Green%20iPad.png</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:46:56+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:46:56 GMT</D:getlastmodified><D:getcontentlength>116066</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
-</D:multistatus>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/255-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/255-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/255-PROPFIND.request
deleted file mode 100755
index ded319a..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/255-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/256-404.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/256-404.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/256-404.response
deleted file mode 100755
index e142501..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/256-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:42 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/256-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/256-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/256-PROPFIND.request
deleted file mode 100755
index be72318..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/256-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/257-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/257-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/257-403.response
deleted file mode 100755
index 02ed998..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/257-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:44 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/257-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/257-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/257-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/257-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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/258-403.response
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/258-403.response b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/258-403.response
deleted file mode 100755
index 02ed998..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/258-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:44 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/5d951c9e/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/258-PROPFIND.request
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/258-PROPFIND.request b/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/258-PROPFIND.request
deleted file mode 100755
index 1243b70..0000000
--- a/local-webserver/src/ios/GCDWebServer/Tests/WebDAV-Finder/258-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>


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