mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-05 00:04:17 +08:00
#35 More work on unit tests
This commit is contained in:
7
Tests/WebDAV-Finder/001-200.response
Executable file
7
Tests/WebDAV-Finder/001-200.response
Executable file
@@ -0,0 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
DAV: 1, 2
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
7
Tests/WebDAV-Finder/001-OPTIONS.request
Executable file
7
Tests/WebDAV-Finder/001-OPTIONS.request
Executable file
@@ -0,0 +1,7 @@
|
||||
OPTIONS / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Accept: */*
|
||||
Content-Length: 0
|
||||
Connection: close
|
||||
User-Agent: WebDAVLib/1.3
|
||||
|
||||
7
Tests/WebDAV-Finder/002-200.response
Executable file
7
Tests/WebDAV-Finder/002-200.response
Executable file
@@ -0,0 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
DAV: 1, 2
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
7
Tests/WebDAV-Finder/002-OPTIONS.request
Executable file
7
Tests/WebDAV-Finder/002-OPTIONS.request
Executable file
@@ -0,0 +1,7 @@
|
||||
OPTIONS / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Accept: */*
|
||||
Content-Length: 0
|
||||
Connection: close
|
||||
User-Agent: WebDAVLib/1.3
|
||||
|
||||
7
Tests/WebDAV-Finder/003-200.response
Executable file
7
Tests/WebDAV-Finder/003-200.response
Executable file
@@ -0,0 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Cache-Control: no-cache
|
||||
DAV: 1, 2
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
7
Tests/WebDAV-Finder/003-OPTIONS.request
Executable file
7
Tests/WebDAV-Finder/003-OPTIONS.request
Executable file
@@ -0,0 +1,7 @@
|
||||
OPTIONS / HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Accept: */*
|
||||
Content-Length: 0
|
||||
Connection: keep-alive
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
|
||||
11
Tests/WebDAV-Finder/004-207.response
Executable file
11
Tests/WebDAV-Finder/004-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/004-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/004-PROPFIND.request
Executable file
@@ -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>
|
||||
11
Tests/WebDAV-Finder/005-207.response
Executable file
11
Tests/WebDAV-Finder/005-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 208
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/005-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/005-PROPFIND.request
Executable file
@@ -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: 175
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:quota-available-bytes/>
|
||||
<D:quota-used-bytes/>
|
||||
<D:quota/>
|
||||
<D:quotaused/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
11
Tests/WebDAV-Finder/006-207.response
Executable file
11
Tests/WebDAV-Finder/006-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/006-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/006-PROPFIND.request
Executable file
@@ -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>
|
||||
11
Tests/WebDAV-Finder/007-207.response
Executable file
11
Tests/WebDAV-Finder/007-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/007-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/007-PROPFIND.request
Executable file
@@ -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>
|
||||
11
Tests/WebDAV-Finder/008-207.response
Executable file
11
Tests/WebDAV-Finder/008-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/008-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/008-PROPFIND.request
Executable file
@@ -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>
|
||||
11
Tests/WebDAV-Finder/009-207.response
Executable file
11
Tests/WebDAV-Finder/009-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/009-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/009-PROPFIND.request
Executable file
@@ -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>
|
||||
11
Tests/WebDAV-Finder/010-207.response
Executable file
11
Tests/WebDAV-Finder/010-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/010-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/010-PROPFIND.request
Executable file
@@ -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>
|
||||
11
Tests/WebDAV-Finder/011-207.response
Executable file
11
Tests/WebDAV-Finder/011-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/011-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/011-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/012-404.response
Executable file
8
Tests/WebDAV-Finder/012-404.response
Executable file
@@ -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:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._." does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/012-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/012-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/013-404.response
Executable file
8
Tests/WebDAV-Finder/013-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 193
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/Backups.backupdb" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/013-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/013-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /Backups.backupdb HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/014-404.response
Executable file
8
Tests/WebDAV-Finder/014-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 184
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/.hidden" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/014-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/014-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /.hidden HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/015-404.response
Executable file
8
Tests/WebDAV-Finder/015-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 188
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/mach_kernel" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/015-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/015-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /mach_kernel HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/016-404.response
Executable file
8
Tests/WebDAV-Finder/016-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 192
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/.Spotlight-V100" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/016-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/016-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /.Spotlight-V100 HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/017-404.response
Executable file
8
Tests/WebDAV-Finder/017-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 198
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/.metadata_never_index" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/017-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/017-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /.metadata_never_index HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/018-404.response
Executable file
8
Tests/WebDAV-Finder/018-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 212
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/.metadata_never_index_unless_rootfs" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/018-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/018-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /.metadata_never_index_unless_rootfs HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/019-403.response
Executable file
8
Tests/WebDAV-Finder/019-403.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 403 Forbidden
|
||||
Content-Length: 221
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/019-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/019-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
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>
|
||||
8
Tests/WebDAV-Finder/020-403.response
Executable file
8
Tests/WebDAV-Finder/020-403.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 403 Forbidden
|
||||
Content-Length: 221
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/020-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/020-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
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>
|
||||
8
Tests/WebDAV-Finder/021-403.response
Executable file
8
Tests/WebDAV-Finder/021-403.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 403 Forbidden
|
||||
Content-Length: 205
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Uploading file name ".DS_Store" is not allowed</h1><h3></h3></body></html>
|
||||
7
Tests/WebDAV-Finder/021-PUT.request
Executable file
7
Tests/WebDAV-Finder/021-PUT.request
Executable file
@@ -0,0 +1,7 @@
|
||||
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)
|
||||
|
||||
8
Tests/WebDAV-Finder/022-403.response
Executable file
8
Tests/WebDAV-Finder/022-403.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 403 Forbidden
|
||||
Content-Length: 221
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 403</title></head><body><h1>HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/022-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/022-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
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>
|
||||
14
Tests/WebDAV-Finder/023-207.response
Executable file
14
Tests/WebDAV-Finder/023-207.response
Executable file
@@ -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:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01: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-01T09:01: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-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/023-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/023-PROPFIND.request
Executable file
@@ -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>
|
||||
11
Tests/WebDAV-Finder/024-207.response
Executable file
11
Tests/WebDAV-Finder/024-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 314
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:55 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/024-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/024-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/025-404.response
Executable file
8
Tests/WebDAV-Finder/025-404.response
Executable file
@@ -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:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._Copy.txt" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/025-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/025-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/026-404.response
Executable file
8
Tests/WebDAV-Finder/026-404.response
Executable file
@@ -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:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._images" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/026-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/026-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/027-404.response
Executable file
8
Tests/WebDAV-Finder/027-404.response
Executable file
@@ -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:10:55 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._PDF Reports" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/027-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/027-PROPFIND.request
Executable file
@@ -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>
|
||||
13
Tests/WebDAV-Finder/028-207.response
Executable file
13
Tests/WebDAV-Finder/028-207.response
Executable file
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 998
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:56 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/images/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images/capable_green_ipad_l.png</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:46:56+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:46:56 GMT</D:getlastmodified><D:getcontentlength>116066</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/028-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/028-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/029-404.response
Executable file
8
Tests/WebDAV-Finder/029-404.response
Executable file
@@ -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:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._." does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/029-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/029-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/030-404.response
Executable file
8
Tests/WebDAV-Finder/030-404.response
Executable file
@@ -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:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._PDF Reports" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/030-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/030-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/031-404.response
Executable file
8
Tests/WebDAV-Finder/031-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 210
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/031-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/031-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /images/._capable_green_ipad_l.png HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/032-404.response
Executable file
8
Tests/WebDAV-Finder/032-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 210
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/032-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/032-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /images/._capable_green_ipad_l.png HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/033-404.response
Executable file
8
Tests/WebDAV-Finder/033-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 201
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/images/._hero_mba_11.jpg" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/033-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/033-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /images/._hero_mba_11.jpg HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
8
Tests/WebDAV-Finder/034-404.response
Executable file
8
Tests/WebDAV-Finder/034-404.response
Executable file
@@ -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:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._images" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/034-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/034-PROPFIND.request
Executable file
@@ -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>
|
||||
12
Tests/WebDAV-Finder/035-207.response
Executable file
12
Tests/WebDAV-Finder/035-207.response
Executable file
@@ -0,0 +1,12 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 700
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:10:56 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/035-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/035-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/036-404.response
Executable file
8
Tests/WebDAV-Finder/036-404.response
Executable file
@@ -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:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._Copy.txt" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/036-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/036-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/037-404.response
Executable file
8
Tests/WebDAV-Finder/037-404.response
Executable file
@@ -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:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/037-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/037-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/038-404.response
Executable file
8
Tests/WebDAV-Finder/038-404.response
Executable file
@@ -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:10:56 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/038-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/038-PROPFIND.request
Executable file
@@ -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>
|
||||
14
Tests/WebDAV-Finder/039-207.response
Executable file
14
Tests/WebDAV-Finder/039-207.response
Executable file
@@ -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:10:56 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01: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-01T09:01: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-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/039-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/039-PROPFIND.request
Executable file
@@ -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>
|
||||
14
Tests/WebDAV-Finder/040-207.response
Executable file
14
Tests/WebDAV-Finder/040-207.response
Executable file
@@ -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:10:56 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01: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-01T09:01: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-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/040-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/040-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/041-404.response
Executable file
8
Tests/WebDAV-Finder/041-404.response
Executable file
@@ -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:00 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._PDF Reports" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/041-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/041-PROPFIND.request
Executable file
@@ -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>
|
||||
11
Tests/WebDAV-Finder/042-207.response
Executable file
11
Tests/WebDAV-Finder/042-207.response
Executable file
@@ -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:00 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/042-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/042-PROPFIND.request
Executable file
@@ -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>
|
||||
12
Tests/WebDAV-Finder/043-207.response
Executable file
12
Tests/WebDAV-Finder/043-207.response
Executable file
@@ -0,0 +1,12 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 700
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:11:00 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/043-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/043-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/044-404.response
Executable file
8
Tests/WebDAV-Finder/044-404.response
Executable file
@@ -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:00 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/044-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/044-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/045-404.response
Executable file
8
Tests/WebDAV-Finder/045-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 198
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:11:00 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/PDF Reports/.DS_Store" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/045-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/045-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /PDF%20Reports/.DS_Store HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
12
Tests/WebDAV-Finder/046-207.response
Executable file
12
Tests/WebDAV-Finder/046-207.response
Executable file
@@ -0,0 +1,12 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 700
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:11:00 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/PDF%20Reports/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2013-05-01T12:01:13+00:00</D:creationdate><D:getlastmodified>Wed, 01 May 2013 12:01:13 GMT</D:getlastmodified><D:getcontentlength>181952</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/046-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/046-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/047-404.response
Executable file
8
Tests/WebDAV-Finder/047-404.response
Executable file
@@ -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:00 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/._images" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/047-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/047-PROPFIND.request
Executable file
@@ -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>
|
||||
13
Tests/WebDAV-Finder/048-207.response
Executable file
13
Tests/WebDAV-Finder/048-207.response
Executable file
@@ -0,0 +1,13 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 998
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:11:00 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/images/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images/capable_green_ipad_l.png</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:46:56+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:46:56 GMT</D:getlastmodified><D:getcontentlength>116066</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
<D:response><D:href>/images/hero_mba_11.jpg</D:href><D:propstat><D:prop><D:resourcetype/><D:creationdate>2014-04-10T21:51:14+00:00</D:creationdate><D:getlastmodified>Thu, 10 Apr 2014 21:51:14 GMT</D:getlastmodified><D:getcontentlength>106799</D:getcontentlength></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/048-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/048-PROPFIND.request
Executable file
@@ -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>
|
||||
8
Tests/WebDAV-Finder/049-404.response
Executable file
8
Tests/WebDAV-Finder/049-404.response
Executable file
@@ -0,0 +1,8 @@
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 210
|
||||
Content-Type: text/html; charset=utf-8
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:11:00 GMT
|
||||
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 404</title></head><body><h1>HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist</h1><h3></h3></body></html>
|
||||
18
Tests/WebDAV-Finder/049-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/049-PROPFIND.request
Executable file
@@ -0,0 +1,18 @@
|
||||
PROPFIND /images/._capable_green_ipad_l.png HTTP/1.1
|
||||
Host: localhost:8080
|
||||
Content-Type: text/xml
|
||||
Depth: 0
|
||||
Accept: */*
|
||||
User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64)
|
||||
Content-Length: 179
|
||||
Connection: keep-alive
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<D:propfind xmlns:D="DAV:">
|
||||
<D:prop>
|
||||
<D:getlastmodified/>
|
||||
<D:getcontentlength/>
|
||||
<D:creationdate/>
|
||||
<D:resourcetype/>
|
||||
</D:prop>
|
||||
</D:propfind>
|
||||
11
Tests/WebDAV-Finder/050-207.response
Executable file
11
Tests/WebDAV-Finder/050-207.response
Executable file
@@ -0,0 +1,11 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Cache-Control: no-cache
|
||||
Content-Length: 321
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
Connection: Close
|
||||
Server: GCDWebDAVServer
|
||||
Date: Sat, 12 Apr 2014 05:11:00 GMT
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
|
||||
<D:response><D:href>/images/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
|
||||
</D:multistatus>
|
||||
18
Tests/WebDAV-Finder/050-PROPFIND.request
Executable file
18
Tests/WebDAV-Finder/050-PROPFIND.request
Executable file
@@ -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>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user