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 2016/07/25 07:57:13 UTC

[27/57] [abbrv] cordova-plugins git commit: Squashed 'local-webserver/src/ios/GCDWebServer/' content from commit 15caa9c

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/102-PUT.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/102-PUT.request b/Tests/WebDAV-Finder/102-PUT.request
new file mode 100755
index 0000000..452c46e
--- /dev/null
+++ b/Tests/WebDAV-Finder/102-PUT.request
@@ -0,0 +1,9 @@
+PUT /PDF%20Reports/Test%20File.txt 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:26+00:00
+X-GCDWebServer-ModifiedDate: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/103-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/103-404.response b/Tests/WebDAV-Finder/103-404.response
new file mode 100755
index 0000000..26c1fe7
--- /dev/null
+++ b/Tests/WebDAV-Finder/103-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/._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/1547b6bc/Tests/WebDAV-Finder/103-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/103-PROPFIND.request b/Tests/WebDAV-Finder/103-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/103-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/104-200.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/104-200.response b/Tests/WebDAV-Finder/104-200.response
new file mode 100755
index 0000000..a7d6ce3
--- /dev/null
+++ b/Tests/WebDAV-Finder/104-200.response
@@ -0,0 +1,21 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+Content-Length: 522
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:prop xmlns:D="DAV:">
+<D:lockdiscovery>
+<D:activelock>
+<D:locktype><D:write/></D:locktype>
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:depth>0</D:depth>
+<D:owner><D:href>http://www.apple.com/webdav_fs/</D:href></D:owner>
+<D:timeout>Second-600</D:timeout>
+<D:locktoken><D:href>urn:uuid:53F6E66F-FEAE-46B7-B8D7-7E8FFBD6A5C5</D:href></D:locktoken>
+<D:lockroot><D:href>http://localhost:8080//PDF Reports/Test File.txt</D:href></D:lockroot>
+</D:activelock>
+</D:lockdiscovery>
+</D:prop>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/104-LOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/104-LOCK.request b/Tests/WebDAV-Finder/104-LOCK.request
new file mode 100755
index 0000000..8cd3862
--- /dev/null
+++ b/Tests/WebDAV-Finder/104-LOCK.request
@@ -0,0 +1,19 @@
+LOCK /PDF%20Reports/Test%20File.txt HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml; charset="utf-8"
+Depth: 0
+Timeout: Second-600
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 229
+Connection: keep-alive
+X-GCDWebServer-LockToken: urn:uuid:53F6E66F-FEAE-46B7-B8D7-7E8FFBD6A5C5
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:lockinfo xmlns:D="DAV:">
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:locktype><D:write/></D:locktype>
+<D:owner>
+<D:href>http://www.apple.com/webdav_fs/</D:href>
+</D:owner>
+</D:lockinfo>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/105-204.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/105-204.response b/Tests/WebDAV-Finder/105-204.response
new file mode 100755
index 0000000..8edf9f5
--- /dev/null
+++ b/Tests/WebDAV-Finder/105-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/105-UNLOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/105-UNLOCK.request b/Tests/WebDAV-Finder/105-UNLOCK.request
new file mode 100755
index 0000000..9b42a9f
--- /dev/null
+++ b/Tests/WebDAV-Finder/105-UNLOCK.request
@@ -0,0 +1,8 @@
+UNLOCK /PDF%20Reports/Test%20File.txt 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)
+Lock-Token: <urn:uuid:53F6E66F-FEAE-46B7-B8D7-7E8FFBD6A5C5>
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/106-200.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/106-200.response b/Tests/WebDAV-Finder/106-200.response
new file mode 100755
index 0000000..d2f6f7d
--- /dev/null
+++ b/Tests/WebDAV-Finder/106-200.response
@@ -0,0 +1,21 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+Content-Length: 522
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:prop xmlns:D="DAV:">
+<D:lockdiscovery>
+<D:activelock>
+<D:locktype><D:write/></D:locktype>
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:depth>0</D:depth>
+<D:owner><D:href>http://www.apple.com/webdav_fs/</D:href></D:owner>
+<D:timeout>Second-600</D:timeout>
+<D:locktoken><D:href>urn:uuid:2D01C33C-FCF8-4D67-B461-AD503BE4E673</D:href></D:locktoken>
+<D:lockroot><D:href>http://localhost:8080//PDF Reports/Test File.txt</D:href></D:lockroot>
+</D:activelock>
+</D:lockdiscovery>
+</D:prop>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/106-LOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/106-LOCK.request b/Tests/WebDAV-Finder/106-LOCK.request
new file mode 100755
index 0000000..f8ce587
--- /dev/null
+++ b/Tests/WebDAV-Finder/106-LOCK.request
@@ -0,0 +1,19 @@
+LOCK /PDF%20Reports/Test%20File.txt HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml; charset="utf-8"
+Depth: 0
+Timeout: Second-600
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 229
+Connection: keep-alive
+X-GCDWebServer-LockToken: urn:uuid:2D01C33C-FCF8-4D67-B461-AD503BE4E673
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:lockinfo xmlns:D="DAV:">
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:locktype><D:write/></D:locktype>
+<D:owner>
+<D:href>http://www.apple.com/webdav_fs/</D:href>
+</D:owner>
+</D:lockinfo>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/107-204.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/107-204.response b/Tests/WebDAV-Finder/107-204.response
new file mode 100755
index 0000000..8edf9f5
--- /dev/null
+++ b/Tests/WebDAV-Finder/107-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/107-UNLOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/107-UNLOCK.request b/Tests/WebDAV-Finder/107-UNLOCK.request
new file mode 100755
index 0000000..7f85175
--- /dev/null
+++ b/Tests/WebDAV-Finder/107-UNLOCK.request
@@ -0,0 +1,8 @@
+UNLOCK /PDF%20Reports/Test%20File.txt 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)
+Lock-Token: <urn:uuid:2D01C33C-FCF8-4D67-B461-AD503BE4E673>
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/108-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/108-404.response b/Tests/WebDAV-Finder/108-404.response
new file mode 100755
index 0000000..26c1fe7
--- /dev/null
+++ b/Tests/WebDAV-Finder/108-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/._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/1547b6bc/Tests/WebDAV-Finder/108-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/108-PROPFIND.request b/Tests/WebDAV-Finder/108-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/108-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/109-403.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/109-403.response b/Tests/WebDAV-Finder/109-403.response
new file mode 100755
index 0000000..f5f634c
--- /dev/null
+++ b/Tests/WebDAV-Finder/109-403.response
@@ -0,0 +1,8 @@
+HTTP/1.1 403 Forbidden
+Content-Length: 211
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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;._Test File.txt&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/1547b6bc/Tests/WebDAV-Finder/109-PUT.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/109-PUT.request b/Tests/WebDAV-Finder/109-PUT.request
new file mode 100755
index 0000000..a8c918d
--- /dev/null
+++ b/Tests/WebDAV-Finder/109-PUT.request
@@ -0,0 +1,7 @@
+PUT /PDF%20Reports/._Test%20File.txt 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/1547b6bc/Tests/WebDAV-Finder/110-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/110-404.response b/Tests/WebDAV-Finder/110-404.response
new file mode 100755
index 0000000..26c1fe7
--- /dev/null
+++ b/Tests/WebDAV-Finder/110-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/._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/1547b6bc/Tests/WebDAV-Finder/110-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/110-PROPFIND.request b/Tests/WebDAV-Finder/110-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/110-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/111-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/111-207.response b/Tests/WebDAV-Finder/111-207.response
new file mode 100755
index 0000000..dbbd66d
--- /dev/null
+++ b/Tests/WebDAV-Finder/111-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 328
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/112-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/112-207.response b/Tests/WebDAV-Finder/112-207.response
new file mode 100755
index 0000000..071018a
--- /dev/null
+++ b/Tests/WebDAV-Finder/112-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 422
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%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>0</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/1547b6bc/Tests/WebDAV-Finder/112-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/112-PROPFIND.request b/Tests/WebDAV-Finder/112-PROPFIND.request
new file mode 100755
index 0000000..eb48bd0
--- /dev/null
+++ b/Tests/WebDAV-Finder/112-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/113-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/113-404.response b/Tests/WebDAV-Finder/113-404.response
new file mode 100755
index 0000000..bd267fa
--- /dev/null
+++ b/Tests/WebDAV-Finder/113-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 180
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/1547b6bc/Tests/WebDAV-Finder/113-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/113-PROPFIND.request b/Tests/WebDAV-Finder/113-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/Tests/WebDAV-Finder/113-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._. HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/114-204.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/114-204.response b/Tests/WebDAV-Finder/114-204.response
new file mode 100755
index 0000000..8edf9f5
--- /dev/null
+++ b/Tests/WebDAV-Finder/114-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/114-DELETE.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/114-DELETE.request b/Tests/WebDAV-Finder/114-DELETE.request
new file mode 100755
index 0000000..fb4f0af
--- /dev/null
+++ b/Tests/WebDAV-Finder/114-DELETE.request
@@ -0,0 +1,7 @@
+DELETE /PDF%20Reports/Test%20File.txt 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/1547b6bc/Tests/WebDAV-Finder/115-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/115-404.response b/Tests/WebDAV-Finder/115-404.response
new file mode 100755
index 0000000..26c1fe7
--- /dev/null
+++ b/Tests/WebDAV-Finder/115-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/._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/1547b6bc/Tests/WebDAV-Finder/115-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/115-PROPFIND.request b/Tests/WebDAV-Finder/115-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/115-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/116-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/116-404.response b/Tests/WebDAV-Finder/116-404.response
new file mode 100755
index 0000000..838ad85
--- /dev/null
+++ b/Tests/WebDAV-Finder/116-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 202
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/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/1547b6bc/Tests/WebDAV-Finder/116-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/116-PROPFIND.request b/Tests/WebDAV-Finder/116-PROPFIND.request
new file mode 100755
index 0000000..eb48bd0
--- /dev/null
+++ b/Tests/WebDAV-Finder/116-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/117-201.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/117-201.response b/Tests/WebDAV-Finder/117-201.response
new file mode 100755
index 0000000..3463528
--- /dev/null
+++ b/Tests/WebDAV-Finder/117-201.response
@@ -0,0 +1,6 @@
+HTTP/1.1 201 Created
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/117-PUT.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/117-PUT.request b/Tests/WebDAV-Finder/117-PUT.request
new file mode 100755
index 0000000..2eb2f3a
--- /dev/null
+++ b/Tests/WebDAV-Finder/117-PUT.request
@@ -0,0 +1,7 @@
+PUT /PDF%20Reports/Test%20File.txt 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/1547b6bc/Tests/WebDAV-Finder/118-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/118-404.response b/Tests/WebDAV-Finder/118-404.response
new file mode 100755
index 0000000..26c1fe7
--- /dev/null
+++ b/Tests/WebDAV-Finder/118-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/._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/1547b6bc/Tests/WebDAV-Finder/118-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/118-PROPFIND.request b/Tests/WebDAV-Finder/118-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/118-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/119-200.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/119-200.response b/Tests/WebDAV-Finder/119-200.response
new file mode 100755
index 0000000..2c06984
--- /dev/null
+++ b/Tests/WebDAV-Finder/119-200.response
@@ -0,0 +1,21 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+Content-Length: 522
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:prop xmlns:D="DAV:">
+<D:lockdiscovery>
+<D:activelock>
+<D:locktype><D:write/></D:locktype>
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:depth>0</D:depth>
+<D:owner><D:href>http://www.apple.com/webdav_fs/</D:href></D:owner>
+<D:timeout>Second-600</D:timeout>
+<D:locktoken><D:href>urn:uuid:CD24F78B-42E4-4357-98CA-94F47DCF0818</D:href></D:locktoken>
+<D:lockroot><D:href>http://localhost:8080//PDF Reports/Test File.txt</D:href></D:lockroot>
+</D:activelock>
+</D:lockdiscovery>
+</D:prop>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/119-LOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/119-LOCK.request b/Tests/WebDAV-Finder/119-LOCK.request
new file mode 100755
index 0000000..eb5ed11
--- /dev/null
+++ b/Tests/WebDAV-Finder/119-LOCK.request
@@ -0,0 +1,19 @@
+LOCK /PDF%20Reports/Test%20File.txt HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml; charset="utf-8"
+Depth: 0
+Timeout: Second-600
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 229
+Connection: keep-alive
+X-GCDWebServer-LockToken: urn:uuid:CD24F78B-42E4-4357-98CA-94F47DCF0818
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:lockinfo xmlns:D="DAV:">
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:locktype><D:write/></D:locktype>
+<D:owner>
+<D:href>http://www.apple.com/webdav_fs/</D:href>
+</D:owner>
+</D:lockinfo>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/120-204.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/120-204.response b/Tests/WebDAV-Finder/120-204.response
new file mode 100755
index 0000000..8edf9f5
--- /dev/null
+++ b/Tests/WebDAV-Finder/120-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/120-PUT.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/120-PUT.request b/Tests/WebDAV-Finder/120-PUT.request
new file mode 100755
index 0000000..c8087e9
--- /dev/null
+++ b/Tests/WebDAV-Finder/120-PUT.request
@@ -0,0 +1,16 @@
+PUT /PDF%20Reports/Test%20File.txt HTTP/1.1
+Host: localhost:8080
+X-Expected-Entity-Length: 21
+If: (<urn:uuid:CD24F78B-42E4-4357-98CA-94F47DCF0818>)
+Transfer-Encoding: Chunked
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Connection: close
+X-GCDWebServer-CreationDate: 2014-04-12T05:11:26+00:00
+X-GCDWebServer-ModifiedDate: Sat, 12 Apr 2014 05:11:26 GMT
+
+15
+Nothing to see here!
+
+0
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/121-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/121-404.response b/Tests/WebDAV-Finder/121-404.response
new file mode 100755
index 0000000..26c1fe7
--- /dev/null
+++ b/Tests/WebDAV-Finder/121-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/._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/1547b6bc/Tests/WebDAV-Finder/121-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/121-PROPFIND.request b/Tests/WebDAV-Finder/121-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/121-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/122-403.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/122-403.response b/Tests/WebDAV-Finder/122-403.response
new file mode 100755
index 0000000..f5f634c
--- /dev/null
+++ b/Tests/WebDAV-Finder/122-403.response
@@ -0,0 +1,8 @@
+HTTP/1.1 403 Forbidden
+Content-Length: 211
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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;._Test File.txt&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/1547b6bc/Tests/WebDAV-Finder/122-PUT.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/122-PUT.request b/Tests/WebDAV-Finder/122-PUT.request
new file mode 100755
index 0000000..a8c918d
--- /dev/null
+++ b/Tests/WebDAV-Finder/122-PUT.request
@@ -0,0 +1,7 @@
+PUT /PDF%20Reports/._Test%20File.txt 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/1547b6bc/Tests/WebDAV-Finder/123-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/123-404.response b/Tests/WebDAV-Finder/123-404.response
new file mode 100755
index 0000000..26c1fe7
--- /dev/null
+++ b/Tests/WebDAV-Finder/123-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/._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/1547b6bc/Tests/WebDAV-Finder/123-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/123-PROPFIND.request b/Tests/WebDAV-Finder/123-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/123-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/124-403.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/124-403.response b/Tests/WebDAV-Finder/124-403.response
new file mode 100755
index 0000000..f5f634c
--- /dev/null
+++ b/Tests/WebDAV-Finder/124-403.response
@@ -0,0 +1,8 @@
+HTTP/1.1 403 Forbidden
+Content-Length: 211
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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;._Test File.txt&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/1547b6bc/Tests/WebDAV-Finder/124-PUT.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/124-PUT.request b/Tests/WebDAV-Finder/124-PUT.request
new file mode 100755
index 0000000..a8c918d
--- /dev/null
+++ b/Tests/WebDAV-Finder/124-PUT.request
@@ -0,0 +1,7 @@
+PUT /PDF%20Reports/._Test%20File.txt 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/1547b6bc/Tests/WebDAV-Finder/125-204.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/125-204.response b/Tests/WebDAV-Finder/125-204.response
new file mode 100755
index 0000000..8edf9f5
--- /dev/null
+++ b/Tests/WebDAV-Finder/125-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/125-UNLOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/125-UNLOCK.request b/Tests/WebDAV-Finder/125-UNLOCK.request
new file mode 100755
index 0000000..bd22378
--- /dev/null
+++ b/Tests/WebDAV-Finder/125-UNLOCK.request
@@ -0,0 +1,8 @@
+UNLOCK /PDF%20Reports/Test%20File.txt 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)
+Lock-Token: <urn:uuid:CD24F78B-42E4-4357-98CA-94F47DCF0818>
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/126-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/126-404.response b/Tests/WebDAV-Finder/126-404.response
new file mode 100755
index 0000000..26c1fe7
--- /dev/null
+++ b/Tests/WebDAV-Finder/126-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/._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/1547b6bc/Tests/WebDAV-Finder/126-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/126-PROPFIND.request b/Tests/WebDAV-Finder/126-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/126-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/127-200.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/127-200.response b/Tests/WebDAV-Finder/127-200.response
new file mode 100755
index 0000000..e9dc065
--- /dev/null
+++ b/Tests/WebDAV-Finder/127-200.response
@@ -0,0 +1,21 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+Content-Length: 522
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:prop xmlns:D="DAV:">
+<D:lockdiscovery>
+<D:activelock>
+<D:locktype><D:write/></D:locktype>
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:depth>0</D:depth>
+<D:owner><D:href>http://www.apple.com/webdav_fs/</D:href></D:owner>
+<D:timeout>Second-600</D:timeout>
+<D:locktoken><D:href>urn:uuid:50EA272F-C8AB-4057-8B49-9C70CBCC2E33</D:href></D:locktoken>
+<D:lockroot><D:href>http://localhost:8080//PDF Reports/Test File.txt</D:href></D:lockroot>
+</D:activelock>
+</D:lockdiscovery>
+</D:prop>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/127-LOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/127-LOCK.request b/Tests/WebDAV-Finder/127-LOCK.request
new file mode 100755
index 0000000..5cc632d
--- /dev/null
+++ b/Tests/WebDAV-Finder/127-LOCK.request
@@ -0,0 +1,19 @@
+LOCK /PDF%20Reports/Test%20File.txt HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml; charset="utf-8"
+Depth: 0
+Timeout: Second-600
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 229
+Connection: keep-alive
+X-GCDWebServer-LockToken: urn:uuid:50EA272F-C8AB-4057-8B49-9C70CBCC2E33
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:lockinfo xmlns:D="DAV:">
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:locktype><D:write/></D:locktype>
+<D:owner>
+<D:href>http://www.apple.com/webdav_fs/</D:href>
+</D:owner>
+</D:lockinfo>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/128-204.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/128-204.response b/Tests/WebDAV-Finder/128-204.response
new file mode 100755
index 0000000..8edf9f5
--- /dev/null
+++ b/Tests/WebDAV-Finder/128-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/128-UNLOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/128-UNLOCK.request b/Tests/WebDAV-Finder/128-UNLOCK.request
new file mode 100755
index 0000000..8f19e43
--- /dev/null
+++ b/Tests/WebDAV-Finder/128-UNLOCK.request
@@ -0,0 +1,8 @@
+UNLOCK /PDF%20Reports/Test%20File.txt 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)
+Lock-Token: <urn:uuid:50EA272F-C8AB-4057-8B49-9C70CBCC2E33>
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/129-200.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/129-200.response b/Tests/WebDAV-Finder/129-200.response
new file mode 100755
index 0000000..0023b4a
--- /dev/null
+++ b/Tests/WebDAV-Finder/129-200.response
@@ -0,0 +1,21 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+Content-Length: 522
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:prop xmlns:D="DAV:">
+<D:lockdiscovery>
+<D:activelock>
+<D:locktype><D:write/></D:locktype>
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:depth>0</D:depth>
+<D:owner><D:href>http://www.apple.com/webdav_fs/</D:href></D:owner>
+<D:timeout>Second-600</D:timeout>
+<D:locktoken><D:href>urn:uuid:34F304E0-C45C-4CA7-9DF7-23833547F994</D:href></D:locktoken>
+<D:lockroot><D:href>http://localhost:8080//PDF Reports/Test File.txt</D:href></D:lockroot>
+</D:activelock>
+</D:lockdiscovery>
+</D:prop>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/129-LOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/129-LOCK.request b/Tests/WebDAV-Finder/129-LOCK.request
new file mode 100755
index 0000000..a96da23
--- /dev/null
+++ b/Tests/WebDAV-Finder/129-LOCK.request
@@ -0,0 +1,19 @@
+LOCK /PDF%20Reports/Test%20File.txt HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml; charset="utf-8"
+Depth: 0
+Timeout: Second-600
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 229
+Connection: keep-alive
+X-GCDWebServer-LockToken: urn:uuid:34F304E0-C45C-4CA7-9DF7-23833547F994
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:lockinfo xmlns:D="DAV:">
+<D:lockscope><D:exclusive/></D:lockscope>
+<D:locktype><D:write/></D:locktype>
+<D:owner>
+<D:href>http://www.apple.com/webdav_fs/</D:href>
+</D:owner>
+</D:lockinfo>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/130-204.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/130-204.response b/Tests/WebDAV-Finder/130-204.response
new file mode 100755
index 0000000..8edf9f5
--- /dev/null
+++ b/Tests/WebDAV-Finder/130-204.response
@@ -0,0 +1,6 @@
+HTTP/1.1 204 No Content
+Cache-Control: no-cache
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/130-UNLOCK.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/130-UNLOCK.request b/Tests/WebDAV-Finder/130-UNLOCK.request
new file mode 100755
index 0000000..fe48acf
--- /dev/null
+++ b/Tests/WebDAV-Finder/130-UNLOCK.request
@@ -0,0 +1,8 @@
+UNLOCK /PDF%20Reports/Test%20File.txt 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)
+Lock-Token: <urn:uuid:34F304E0-C45C-4CA7-9DF7-23833547F994>
+

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/132-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/132-404.response b/Tests/WebDAV-Finder/132-404.response
new file mode 100755
index 0000000..79732e7
--- /dev/null
+++ b/Tests/WebDAV-Finder/132-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 187
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/1547b6bc/Tests/WebDAV-Finder/132-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/132-PROPFIND.request b/Tests/WebDAV-Finder/132-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/Tests/WebDAV-Finder/132-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Copy.txt HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/133-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/133-404.response b/Tests/WebDAV-Finder/133-404.response
new file mode 100755
index 0000000..80e3f58
--- /dev/null
+++ b/Tests/WebDAV-Finder/133-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 185
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 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/1547b6bc/Tests/WebDAV-Finder/133-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/133-PROPFIND.request b/Tests/WebDAV-Finder/133-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/Tests/WebDAV-Finder/133-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._images HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/134-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/134-207.response b/Tests/WebDAV-Finder/134-207.response
new file mode 100755
index 0000000..d04bb85
--- /dev/null
+++ b/Tests/WebDAV-Finder/134-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Test%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/1547b6bc/Tests/WebDAV-Finder/134-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/134-PROPFIND.request b/Tests/WebDAV-Finder/134-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/Tests/WebDAV-Finder/134-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/ HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 1
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

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

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

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/137-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/137-207.response b/Tests/WebDAV-Finder/137-207.response
new file mode 100755
index 0000000..736c4a4
--- /dev/null
+++ b/Tests/WebDAV-Finder/137-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 423
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%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/1547b6bc/Tests/WebDAV-Finder/137-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/137-PROPFIND.request b/Tests/WebDAV-Finder/137-PROPFIND.request
new file mode 100755
index 0000000..eb48bd0
--- /dev/null
+++ b/Tests/WebDAV-Finder/137-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/138-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/138-207.response b/Tests/WebDAV-Finder/138-207.response
new file mode 100755
index 0000000..d04bb85
--- /dev/null
+++ b/Tests/WebDAV-Finder/138-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Test%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/1547b6bc/Tests/WebDAV-Finder/138-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/138-PROPFIND.request b/Tests/WebDAV-Finder/138-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/Tests/WebDAV-Finder/138-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/ HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 1
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/139-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/139-207.response b/Tests/WebDAV-Finder/139-207.response
new file mode 100755
index 0000000..d04bb85
--- /dev/null
+++ b/Tests/WebDAV-Finder/139-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Test%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/1547b6bc/Tests/WebDAV-Finder/139-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/139-PROPFIND.request b/Tests/WebDAV-Finder/139-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/Tests/WebDAV-Finder/139-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/ HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 1
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/140-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/140-207.response b/Tests/WebDAV-Finder/140-207.response
new file mode 100755
index 0000000..d04bb85
--- /dev/null
+++ b/Tests/WebDAV-Finder/140-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:26 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Test%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/1547b6bc/Tests/WebDAV-Finder/140-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/140-PROPFIND.request b/Tests/WebDAV-Finder/140-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/Tests/WebDAV-Finder/140-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/ HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 1
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/141-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/141-404.response b/Tests/WebDAV-Finder/141-404.response
new file mode 100755
index 0000000..e6858a2
--- /dev/null
+++ b/Tests/WebDAV-Finder/141-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 180
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/1547b6bc/Tests/WebDAV-Finder/141-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/141-PROPFIND.request b/Tests/WebDAV-Finder/141-PROPFIND.request
new file mode 100755
index 0000000..2ea082e
--- /dev/null
+++ b/Tests/WebDAV-Finder/141-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._. HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/143-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/143-404.response b/Tests/WebDAV-Finder/143-404.response
new file mode 100755
index 0000000..bf8051c
--- /dev/null
+++ b/Tests/WebDAV-Finder/143-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 187
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/1547b6bc/Tests/WebDAV-Finder/143-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/143-PROPFIND.request b/Tests/WebDAV-Finder/143-PROPFIND.request
new file mode 100755
index 0000000..b446ea8
--- /dev/null
+++ b/Tests/WebDAV-Finder/143-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._Copy.txt HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/144-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/144-404.response b/Tests/WebDAV-Finder/144-404.response
new file mode 100755
index 0000000..9f0b2e9
--- /dev/null
+++ b/Tests/WebDAV-Finder/144-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 185
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/1547b6bc/Tests/WebDAV-Finder/144-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/144-PROPFIND.request b/Tests/WebDAV-Finder/144-PROPFIND.request
new file mode 100755
index 0000000..11b91ce
--- /dev/null
+++ b/Tests/WebDAV-Finder/144-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._images HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/145-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/145-404.response b/Tests/WebDAV-Finder/145-404.response
new file mode 100755
index 0000000..57b79e9
--- /dev/null
+++ b/Tests/WebDAV-Finder/145-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 190
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/1547b6bc/Tests/WebDAV-Finder/145-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/145-PROPFIND.request b/Tests/WebDAV-Finder/145-PROPFIND.request
new file mode 100755
index 0000000..bda68ad
--- /dev/null
+++ b/Tests/WebDAV-Finder/145-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /._PDF%20Reports HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/146-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/146-207.response b/Tests/WebDAV-Finder/146-207.response
new file mode 100755
index 0000000..edb46d4
--- /dev/null
+++ b/Tests/WebDAV-Finder/146-207.response
@@ -0,0 +1,12 @@
+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:27 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/1547b6bc/Tests/WebDAV-Finder/146-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/146-PROPFIND.request b/Tests/WebDAV-Finder/146-PROPFIND.request
new file mode 100755
index 0000000..ded319a
--- /dev/null
+++ b/Tests/WebDAV-Finder/146-PROPFIND.request
@@ -0,0 +1,18 @@
+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/1547b6bc/Tests/WebDAV-Finder/147-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/147-404.response b/Tests/WebDAV-Finder/147-404.response
new file mode 100755
index 0000000..cef01db
--- /dev/null
+++ b/Tests/WebDAV-Finder/147-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 200
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/1547b6bc/Tests/WebDAV-Finder/147-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/147-PROPFIND.request b/Tests/WebDAV-Finder/147-PROPFIND.request
new file mode 100755
index 0000000..be72318
--- /dev/null
+++ b/Tests/WebDAV-Finder/147-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /images/._Green%20iPad.png HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 0
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/148-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/148-207.response b/Tests/WebDAV-Finder/148-207.response
new file mode 100755
index 0000000..12fdd1a
--- /dev/null
+++ b/Tests/WebDAV-Finder/148-207.response
@@ -0,0 +1,13 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 1037
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+<D:response><D:href>/PDF%20Reports/Test%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/1547b6bc/Tests/WebDAV-Finder/148-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/148-PROPFIND.request b/Tests/WebDAV-Finder/148-PROPFIND.request
new file mode 100755
index 0000000..8f16b05
--- /dev/null
+++ b/Tests/WebDAV-Finder/148-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%20Reports/ HTTP/1.1
+Host: localhost:8080
+Content-Type: text/xml
+Depth: 1
+Accept: */*
+User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
+Content-Length: 179
+Connection: keep-alive
+
+<?xml version="1.0" encoding="utf-8"?>
+<D:propfind xmlns:D="DAV:">
+<D:prop>
+<D:getlastmodified/>
+<D:getcontentlength/>
+<D:creationdate/>
+<D:resourcetype/>
+</D:prop>
+</D:propfind>

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

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

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/1547b6bc/Tests/WebDAV-Finder/150-404.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/150-404.response b/Tests/WebDAV-Finder/150-404.response
new file mode 100755
index 0000000..bc9b806
--- /dev/null
+++ b/Tests/WebDAV-Finder/150-404.response
@@ -0,0 +1,8 @@
+HTTP/1.1 404 Not Found
+Content-Length: 204
+Content-Type: text/html; charset=utf-8
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 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/._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/1547b6bc/Tests/WebDAV-Finder/150-PROPFIND.request
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/150-PROPFIND.request b/Tests/WebDAV-Finder/150-PROPFIND.request
new file mode 100755
index 0000000..d28ab94
--- /dev/null
+++ b/Tests/WebDAV-Finder/150-PROPFIND.request
@@ -0,0 +1,18 @@
+PROPFIND /PDF%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/1547b6bc/Tests/WebDAV-Finder/151-207.response
----------------------------------------------------------------------
diff --git a/Tests/WebDAV-Finder/151-207.response b/Tests/WebDAV-Finder/151-207.response
new file mode 100755
index 0000000..0c84c14
--- /dev/null
+++ b/Tests/WebDAV-Finder/151-207.response
@@ -0,0 +1,11 @@
+HTTP/1.1 207 Multi-Status
+Cache-Control: no-cache
+Content-Length: 328
+Content-Type: application/xml; charset="utf-8"
+Connection: Close
+Server: GCDWebDAVServer
+Date: Sat, 12 Apr 2014 05:11:27 GMT
+
+<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
+<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
+</D:multistatus>
\ No newline at end of file

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

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


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