├── .travis.yml ├── .gitignore ├── Tests ├── Payload.zip ├── Sample-Movie.mp4 ├── WebServer │ ├── 004-200.response │ ├── 005-200.response │ ├── 009-200.response │ ├── 012-HEAD.request │ ├── 006-304.response │ ├── 007-304.response │ ├── 010-304.response │ ├── 011-304.response │ ├── 012-200.response │ ├── 001-GET.request │ ├── 008-200.response │ ├── 002-GET.request │ ├── 003-GET.request │ ├── 008-GET.request │ ├── 003-200.response │ └── 005-GET.request ├── WebDAV-Finder │ ├── 058-200.response │ ├── 059-200.response │ ├── 061-200.response │ ├── 062-200.response │ ├── 001-OPTIONS.request │ ├── 002-OPTIONS.request │ ├── 069-201.response │ ├── 081-204.response │ ├── 102-201.response │ ├── 105-204.response │ ├── 107-204.response │ ├── 114-204.response │ ├── 117-201.response │ ├── 120-204.response │ ├── 125-204.response │ ├── 128-204.response │ ├── 130-204.response │ ├── 162-201.response │ ├── 182-201.response │ ├── 203-201.response │ ├── 232-201.response │ ├── 266-204.response │ ├── 269-204.response │ ├── 001-200.response │ ├── 002-200.response │ ├── 003-200.response │ ├── 058-GET.request │ ├── 003-OPTIONS.request │ ├── 021-PUT.request │ ├── 055-PUT.request │ ├── 061-GET.request │ ├── 096-PUT.request │ ├── 156-PUT.request │ ├── 187-PUT.request │ ├── 227-PUT.request │ ├── 259-PUT.request │ ├── 269-DELETE.request │ ├── 081-DELETE.request │ ├── 109-PUT.request │ ├── 117-PUT.request │ ├── 122-PUT.request │ ├── 124-PUT.request │ ├── 266-DELETE.request │ ├── 114-DELETE.request │ ├── 264-PUT.request │ ├── 203-MOVE.request │ ├── 232-MOVE.request │ ├── 059-GET.request │ ├── 162-MOVE.request │ ├── 062-GET.request │ ├── 182-MKCOL.request │ ├── 069-MOVE.request │ ├── 105-UNLOCK.request │ ├── 107-UNLOCK.request │ ├── 125-UNLOCK.request │ ├── 128-UNLOCK.request │ ├── 130-UNLOCK.request │ ├── 102-PUT.request │ ├── 012-404.response │ ├── 029-404.response │ ├── 113-404.response │ ├── 141-404.response │ ├── 158-404.response │ ├── 166-404.response │ ├── 170-404.response │ ├── 184-404.response │ ├── 199-404.response │ ├── 207-404.response │ ├── 212-404.response │ ├── 237-404.response │ ├── 244-404.response │ ├── 272-404.response │ ├── 280-404.response │ ├── 285-404.response │ ├── 292-404.response │ ├── 014-404.response │ ├── 026-404.response │ ├── 034-404.response │ ├── 047-404.response │ ├── 065-404.response │ ├── 133-404.response │ ├── 144-404.response │ ├── 169-404.response │ ├── 177-404.response │ ├── 192-404.response │ ├── 200-404.response │ ├── 201-404.response │ ├── 204-404.response │ ├── 206-404.response │ ├── 211-404.response │ ├── 215-404.response │ ├── 217-404.response │ ├── 224-404.response │ ├── 240-404.response │ ├── 243-404.response │ ├── 245-404.response │ ├── 248-404.response │ ├── 251-404.response │ ├── 254-404.response │ ├── 270-404.response │ ├── 271-404.response │ ├── 275-404.response │ ├── 277-404.response │ ├── 278-404.response │ ├── 279-404.response │ ├── 283-404.response │ ├── 284-404.response │ ├── 288-404.response │ ├── 295-404.response │ ├── 297-404.response │ ├── 015-404.response │ ├── 025-404.response │ ├── 027-404.response │ ├── 030-404.response │ ├── 036-404.response │ ├── 041-404.response │ ├── 086-404.response │ ├── 098-404.response │ ├── 099-404.response │ ├── 132-404.response │ ├── 143-404.response │ ├── 145-404.response │ ├── 159-404.response │ ├── 160-404.response │ ├── 161-404.response │ ├── 164-404.response │ ├── 168-404.response │ ├── 178-404.response │ ├── 179-404.response │ ├── 193-404.response │ ├── 210-404.response │ ├── 216-404.response │ ├── 223-404.response │ ├── 231-404.response │ ├── 013-404.response │ ├── 016-404.response │ ├── 052-404.response │ ├── 163-404.response │ ├── 165-404.response │ ├── 171-404.response │ ├── 181-404.response │ ├── 183-404.response │ ├── 188-404.response │ ├── 196-404.response │ ├── 202-404.response │ ├── 205-404.response │ ├── 209-404.response │ ├── 214-404.response │ ├── 221-404.response │ ├── 229-404.response │ ├── 230-404.response │ ├── 233-404.response │ ├── 234-404.response │ ├── 235-404.response │ ├── 241-404.response │ ├── 247-404.response │ ├── 250-404.response │ ├── 274-404.response │ ├── 282-404.response │ ├── 287-404.response │ ├── 294-404.response │ ├── 296-404.response │ ├── 017-404.response │ ├── 033-404.response │ ├── 045-404.response │ ├── 051-404.response │ ├── 057-404.response │ ├── 064-404.response │ ├── 066-404.response │ ├── 067-404.response │ ├── 070-404.response │ ├── 072-404.response │ ├── 074-404.response │ ├── 079-404.response │ ├── 080-404.response │ ├── 082-404.response │ ├── 084-404.response │ ├── 090-404.response │ ├── 091-404.response │ ├── 093-404.response │ ├── 147-404.response │ ├── 175-404.response │ ├── 191-404.response │ ├── 218-404.response │ ├── 256-404.response │ ├── 262-404.response │ ├── 267-404.response │ ├── 021-403.response │ ├── 055-403.response │ ├── 096-403.response │ ├── 100-404.response │ ├── 101-404.response │ ├── 103-404.response │ ├── 108-404.response │ ├── 110-404.response │ ├── 115-404.response │ ├── 116-404.response │ ├── 118-404.response │ ├── 121-404.response │ ├── 123-404.response │ ├── 126-404.response │ ├── 150-404.response │ ├── 156-403.response │ ├── 174-404.response │ ├── 187-403.response │ ├── 194-404.response │ ├── 219-404.response │ ├── 227-403.response │ ├── 259-403.response │ ├── 291-404.response │ ├── 031-404.response │ ├── 032-404.response │ ├── 049-404.response │ ├── 060-404.response │ ├── 063-404.response │ ├── 068-404.response │ ├── 071-404.response │ ├── 109-403.response │ ├── 122-403.response │ ├── 124-403.response │ ├── 268-PROPFIND.request │ ├── 018-404.response │ ├── 019-403.response │ ├── 020-403.response │ ├── 022-403.response │ ├── 053-403.response │ ├── 054-403.response │ ├── 056-403.response │ ├── 094-403.response │ ├── 095-403.response │ ├── 097-403.response │ ├── 154-403.response │ ├── 155-403.response │ ├── 157-403.response │ ├── 185-403.response │ ├── 186-403.response │ ├── 189-403.response │ ├── 225-403.response │ ├── 226-403.response │ ├── 228-403.response │ ├── 257-403.response │ ├── 258-403.response │ ├── 260-403.response │ ├── 037-404.response │ ├── 038-404.response │ ├── 044-404.response │ ├── 088-404.response │ ├── 135-404.response │ ├── 149-404.response │ ├── 173-404.response │ ├── 195-404.response │ ├── 220-404.response │ ├── 290-404.response │ ├── 263-404.response │ ├── 264-403.response │ ├── 005-207.response │ ├── 005-PROPFIND.request │ ├── 004-PROPFIND.request │ ├── 006-PROPFIND.request │ ├── 007-PROPFIND.request │ ├── 008-PROPFIND.request │ ├── 009-PROPFIND.request │ ├── 010-PROPFIND.request │ ├── 011-PROPFIND.request │ ├── 012-PROPFIND.request │ ├── 023-PROPFIND.request │ ├── 024-PROPFIND.request │ ├── 029-PROPFIND.request │ ├── 039-PROPFIND.request │ ├── 040-PROPFIND.request │ ├── 113-PROPFIND.request │ ├── 131-PROPFIND.request │ ├── 141-PROPFIND.request │ ├── 142-PROPFIND.request │ ├── 153-PROPFIND.request │ ├── 158-PROPFIND.request │ ├── 166-PROPFIND.request │ ├── 167-PROPFIND.request │ ├── 170-PROPFIND.request │ ├── 176-PROPFIND.request │ ├── 184-PROPFIND.request │ ├── 197-PROPFIND.request │ ├── 199-PROPFIND.request │ ├── 207-PROPFIND.request │ ├── 208-PROPFIND.request │ ├── 212-PROPFIND.request │ ├── 213-PROPFIND.request │ ├── 237-PROPFIND.request │ ├── 238-PROPFIND.request │ ├── 244-PROPFIND.request │ ├── 246-PROPFIND.request │ ├── 272-PROPFIND.request │ ├── 273-PROPFIND.request │ ├── 276-PROPFIND.request │ ├── 280-PROPFIND.request │ ├── 281-PROPFIND.request │ ├── 285-PROPFIND.request │ ├── 286-PROPFIND.request │ ├── 292-PROPFIND.request │ ├── 293-PROPFIND.request │ ├── 298-PROPFIND.request │ ├── 014-PROPFIND.request │ ├── 019-PROPFIND.request │ ├── 020-PROPFIND.request │ └── 022-PROPFIND.request ├── HTMLFileUpload │ ├── 002-POST.request │ └── 001-GET.request ├── WebDAV-Cyberduck │ ├── 010-200.response │ ├── 001-200.response │ ├── 005-200.response │ ├── 009-200.response │ ├── 021-200.response │ ├── 007-201.response │ ├── 016-201.response │ ├── 018-201.response │ ├── 023-201.response │ ├── 025-201.response │ ├── 028-201.response │ ├── 029-201.response │ ├── 012-204.response │ ├── 013-204.response │ ├── 014-204.response │ ├── 033-204.response │ ├── 034-204.response │ ├── 035-204.response │ ├── 001-HEAD.request │ ├── 005-HEAD.request │ ├── 009-HEAD.request │ ├── 021-HEAD.request │ ├── 014-DELETE.request │ ├── 022-HEAD.request │ ├── 035-DELETE.request │ ├── 006-404.response │ ├── 022-404.response │ ├── 013-DELETE.request │ ├── 034-DELETE.request │ ├── 010-GET.request │ ├── 012-DELETE.request │ ├── 006-HEAD.request │ ├── 033-DELETE.request │ ├── 029-MOVE.request │ ├── 018-MOVE.request │ ├── 025-MKCOL.request │ ├── 028-MOVE.request │ ├── 007-COPY.request │ ├── 016-MOVE.request │ ├── 002-PROPFIND.request │ ├── 008-PROPFIND.request │ ├── 015-PROPFIND.request │ ├── 017-PROPFIND.request │ ├── 019-PROPFIND.request │ ├── 024-PROPFIND.request │ ├── 026-PROPFIND.request │ ├── 030-PROPFIND.request │ ├── 036-PROPFIND.request │ ├── 004-PROPFIND.request │ ├── 011-PROPFIND.request │ ├── 003-PROPFIND.request │ ├── 020-PROPFIND.request │ ├── 027-PROPFIND.request │ ├── 031-PROPFIND.request │ ├── 032-PROPFIND.request │ └── 023-PUT.request ├── WebDAV-Transmit │ ├── 006-200.response │ ├── 011-GET.request │ ├── 013-DELETE.request │ ├── 006-GET.request │ ├── 008-201.response │ ├── 009-201.response │ ├── 012-201.response │ ├── 014-201.response │ ├── 015-201.response │ ├── 016-201.response │ ├── 022-201.response │ ├── 022-MKCOL.request │ ├── 023-201.response │ ├── 024-201.response │ ├── 007-204.response │ ├── 013-204.response │ ├── 018-204.response │ ├── 019-204.response │ ├── 021-204.response │ ├── 001-200.response │ ├── 007-DELETE.request │ ├── 021-DELETE.request │ ├── 001-OPTIONS.request │ ├── 019-DELETE.request │ ├── 018-DELETE.request │ ├── 015-PUT.request │ ├── 024-MOVE.request │ ├── 009-MOVE.request │ ├── 014-MOVE.request │ ├── 023-MOVE.request │ ├── 016-MOVE.request │ ├── 008-MOVE.request │ ├── 002-PROPFIND.request │ ├── 010-PROPFIND.request │ ├── 020-PROPFIND.request │ ├── 017-PROPFIND.request │ └── 003-PROPFIND.request ├── WebServer-Sample-Movie │ ├── 001-200.response │ ├── 002-206.response │ ├── 003-206.response │ ├── 004-206.response │ └── 005-206.response ├── WebUploader │ ├── 023-200.response │ ├── 025-200.response │ ├── 027-200.response │ ├── 029-200.response │ ├── 031-200.response │ ├── 033-200.response │ ├── 036-200.response │ ├── 038-200.response │ ├── 037-200.response │ ├── 034-200.response │ ├── 040-200.response │ ├── 020-200.response │ ├── 018-200.response │ ├── 022-200.response │ ├── 032-200.response │ ├── 024-200.response │ ├── 039-200.response │ ├── 035-200.response │ ├── 030-200.response │ ├── 026-200.response │ ├── 028-200.response │ ├── 018-GET.request │ ├── 019-GET.request │ ├── 022-GET.request │ ├── 024-GET.request │ ├── 026-GET.request │ ├── 028-GET.request │ ├── 030-GET.request │ ├── 032-GET.request │ ├── 034-GET.request │ └── 040-GET.request └── HTMLForm │ ├── 002-200.response │ └── 001-GET.request └── GCDWebUploader └── GCDWebUploader.bundle ├── Info.plist ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.ttf └── glyphicons-halflings-regular.woff └── en.lproj └── Localizable.strings /.travis.yml: -------------------------------------------------------------------------------- 1 | language: objective-c 2 | script: ./Run-Tests.sh 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | xcuserdata 3 | project.xcworkspace 4 | 5 | Tests/Payload 6 | -------------------------------------------------------------------------------- /Tests/Payload.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/Payload.zip -------------------------------------------------------------------------------- /Tests/Sample-Movie.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/Sample-Movie.mp4 -------------------------------------------------------------------------------- /Tests/WebServer/004-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebServer/004-200.response -------------------------------------------------------------------------------- /Tests/WebServer/005-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebServer/005-200.response -------------------------------------------------------------------------------- /Tests/WebServer/009-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebServer/009-200.response -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/058-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebDAV-Finder/058-200.response -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/059-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebDAV-Finder/059-200.response -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/061-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebDAV-Finder/061-200.response -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/062-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebDAV-Finder/062-200.response -------------------------------------------------------------------------------- /Tests/HTMLFileUpload/002-POST.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/HTMLFileUpload/002-POST.request -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/010-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebDAV-Cyberduck/010-200.response -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/006-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebDAV-Transmit/006-200.response -------------------------------------------------------------------------------- /Tests/WebServer/012-HEAD.request: -------------------------------------------------------------------------------- 1 | HEAD / HTTP/1.1 2 | User-Agent: curl/7.30.0 3 | Host: localhost:8080 4 | Accept: */* 5 | 6 | -------------------------------------------------------------------------------- /Tests/WebServer-Sample-Movie/001-200.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebServer-Sample-Movie/001-200.response -------------------------------------------------------------------------------- /Tests/WebServer-Sample-Movie/002-206.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebServer-Sample-Movie/002-206.response -------------------------------------------------------------------------------- /Tests/WebServer-Sample-Movie/003-206.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebServer-Sample-Movie/003-206.response -------------------------------------------------------------------------------- /Tests/WebServer-Sample-Movie/004-206.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebServer-Sample-Movie/004-206.response -------------------------------------------------------------------------------- /Tests/WebServer-Sample-Movie/005-206.response: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/Tests/WebServer-Sample-Movie/005-206.response -------------------------------------------------------------------------------- /GCDWebUploader/GCDWebUploader.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/GCDWebUploader/GCDWebUploader.bundle/Info.plist -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/011-GET.request: -------------------------------------------------------------------------------- 1 | GET /Copy.txt HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/001-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:52:42 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/005-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:52:51 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/009-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:52:59 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/021-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:22 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/013-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /Copy.txt HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/007-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:52:51 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/016-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:13 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/018-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:14 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/023-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:22 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/025-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:35 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/028-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:39 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/029-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:39 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/001-OPTIONS.request: -------------------------------------------------------------------------------- 1 | OPTIONS / HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: close 6 | User-Agent: WebDAVLib/1.3 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/002-OPTIONS.request: -------------------------------------------------------------------------------- 1 | OPTIONS / HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: close 6 | User-Agent: WebDAVLib/1.3 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/069-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:13 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/081-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:16 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/102-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/105-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/107-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/114-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/117-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/120-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/125-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/128-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/130-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:26 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/162-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:31 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/182-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:35 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/203-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:36 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/232-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:39 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/266-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:44 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/269-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:11:44 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/006-GET.request: -------------------------------------------------------------------------------- 1 | GET /images/hero_mba_11.jpg HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/008-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:49:48 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/009-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:49:51 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/012-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:50:04 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/014-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:50:04 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/015-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:50:55 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/016-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:51:05 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/022-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:08:32 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/022-MKCOL.request: -------------------------------------------------------------------------------- 1 | MKCOL /untitled%20folder/ HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/023-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:08:38 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/024-201.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 201 Created 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 05:08:41 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/012-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:07 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/013-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:07 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/014-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:07 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/033-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:44 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/034-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:44 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/035-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:53:44 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/007-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:49:42 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/013-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:50:04 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/018-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:51:07 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/019-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:51:07 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/021-204.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 204 No Content 2 | Cache-Control: no-cache 3 | Connection: Close 4 | Server: GCDWebDAVServer 5 | Date: Sat, 12 Apr 2014 04:51:07 GMT 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/001-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | DAV: 1, 2 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/002-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | DAV: 1, 2 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/003-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | DAV: 1, 2 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/001-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | DAV: 1 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 04:49:26 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/007-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /images/hero_mba_11.jpg HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/021-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /Apple%20PDF%20Reports/ HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | 7 | -------------------------------------------------------------------------------- /GCDWebUploader/GCDWebUploader.bundle/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/GCDWebUploader/GCDWebUploader.bundle/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /GCDWebUploader/GCDWebUploader.bundle/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/GCDWebUploader/GCDWebUploader.bundle/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /GCDWebUploader/GCDWebUploader.bundle/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Todo/GCDWebServer/master/GCDWebUploader/GCDWebUploader.bundle/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/001-OPTIONS.request: -------------------------------------------------------------------------------- 1 | OPTIONS / HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Keep-Alive: 4 | Connection: TE, Keep-Alive 5 | TE: trailers 6 | Host: localhost:8080 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/001-HEAD.request: -------------------------------------------------------------------------------- 1 | HEAD / HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/005-HEAD.request: -------------------------------------------------------------------------------- 1 | HEAD / HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/009-HEAD.request: -------------------------------------------------------------------------------- 1 | HEAD / HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/021-HEAD.request: -------------------------------------------------------------------------------- 1 | HEAD / HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/019-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /Apple%20PDF%20Reports/Test%20File.txt HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/058-GET.request: -------------------------------------------------------------------------------- 1 | GET /images/hero_mba_11.jpg HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 5 | Connection: keep-alive 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/014-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /images/ HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/018-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /Apple%20PDF%20Reports/Apple%20Economic%20Impact.pdf HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/022-HEAD.request: -------------------------------------------------------------------------------- 1 | HEAD /Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/035-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /PDF%20Reports/ HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/003-OPTIONS.request: -------------------------------------------------------------------------------- 1 | OPTIONS / HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/021-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/055-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/061-GET.request: -------------------------------------------------------------------------------- 1 | GET /images/capable_green_ipad_l.png HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 5 | Connection: keep-alive 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/096-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/156-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/187-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/227-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/259-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/006-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 04:52:51 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/022-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 04:53:22 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/269-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /images/ HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/015-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /Test%20File.txt HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Content-Length: 21 7 | 8 | Nothing to see here! 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/013-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /images/hero_mba_11.jpg HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/034-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /PDF%20Reports/Test.txt HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebServer/006-304.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 304 Not Modified 2 | Last-Modified: Thu, 10 Apr 2014 21:46:56 GMT 3 | Etag: 73209474/1397166416/0 4 | Connection: Close 5 | Server: GCDWebServer 6 | Date: Fri, 11 Apr 2014 02:42:34 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebServer/007-304.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 304 Not Modified 2 | Last-Modified: Thu, 10 Apr 2014 21:51:14 GMT 3 | Etag: 73212154/1397166674/0 4 | Connection: Close 5 | Server: GCDWebServer 6 | Date: Fri, 11 Apr 2014 02:42:37 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebServer/010-304.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 304 Not Modified 2 | Last-Modified: Wed, 01 May 2013 12:01:13 GMT 3 | Etag: 73212107/1367409673/0 4 | Connection: Close 5 | Server: GCDWebServer 6 | Date: Fri, 11 Apr 2014 02:42:42 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebServer/011-304.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 304 Not Modified 2 | Last-Modified: Wed, 01 May 2013 12:01:13 GMT 3 | Etag: 73212107/1367409673/0 4 | Connection: Close 5 | Server: GCDWebServer 6 | Date: Fri, 11 Apr 2014 02:42:42 GMT 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebUploader/023-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 2 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:36:47 GMT 8 | 9 | {} -------------------------------------------------------------------------------- /Tests/WebUploader/025-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 2 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:36:54 GMT 8 | 9 | {} -------------------------------------------------------------------------------- /Tests/WebUploader/027-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 2 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:07 GMT 8 | 9 | {} -------------------------------------------------------------------------------- /Tests/WebUploader/029-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 2 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:14 GMT 8 | 9 | {} -------------------------------------------------------------------------------- /Tests/WebUploader/031-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 2 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:22 GMT 8 | 9 | {} -------------------------------------------------------------------------------- /Tests/WebUploader/033-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 2 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:25 GMT 8 | 9 | {} -------------------------------------------------------------------------------- /Tests/WebUploader/036-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 2 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:32 GMT 8 | 9 | {} -------------------------------------------------------------------------------- /Tests/WebUploader/038-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 2 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:43 GMT 8 | 9 | {} -------------------------------------------------------------------------------- /GCDWebUploader/GCDWebUploader.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | "PROLOGUE" = "

Drag & drop files on this window or use the \"Upload Files…\" button to upload new files.

"; 2 | "EPILOGUE" = ""; 3 | "FOOTER_FORMAT" = "%@ %@"; 4 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/010-GET.request: -------------------------------------------------------------------------------- 1 | GET /images/capable_green_ipad_l.png HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebServer/012-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 221 4 | Content-Type: text/html; charset=utf-8 5 | Connection: Close 6 | Server: GCDWebServer 7 | Date: Fri, 11 Apr 2014 02:43:00 GMT 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/012-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /images/capable_green_ipad_l.png HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/081-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /images/hero_mba_11.jpg HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/109-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /PDF%20Reports/._Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/117-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /PDF%20Reports/Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/122-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /PDF%20Reports/._Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/124-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /PDF%20Reports/._Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/266-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /images/Green%20iPad.png HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/114-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /PDF%20Reports/Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/006-HEAD.request: -------------------------------------------------------------------------------- 1 | HEAD /Copy%20%284%3A11%3A14%2C%209%3A52%20PM%29.txt HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/024-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /untitled%20folder/ HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Destination: http://localhost:8080/My%20Folder 7 | Overwrite: T 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/009-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /PDF%20Reports/ HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Destination: http://localhost:8080/Apple%20PDF%20Reports 7 | Overwrite: T 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/014-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /Copy_safe_save_215004.txt HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Destination: http://localhost:8080/Copy.txt 7 | Overwrite: T 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/023-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /Copy.txt HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Destination: http://localhost:8080/untitled%20folder/Copy.txt 7 | Overwrite: T 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/033-DELETE.request: -------------------------------------------------------------------------------- 1 | DELETE /PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf HTTP/1.1 2 | Host: localhost:8080 3 | Connection: Keep-Alive 4 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 5 | Accept-Encoding: gzip,deflate 6 | 7 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/264-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /images/.fde3d915-75dd-4368-a060-890a3c537750-67a2f-0-Spotlight HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | 8 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/203-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /untitled%20folder/ HTTP/1.1 2 | Host: localhost:8080 3 | Destination: http://localhost:8080/Backup 4 | Accept: */* 5 | Content-Length: 0 6 | Connection: keep-alive 7 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/232-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /Copy.txt HTTP/1.1 2 | Host: localhost:8080 3 | Destination: http://localhost:8080/Backup/Copy.txt 4 | Accept: */* 5 | Content-Length: 0 6 | Connection: keep-alive 7 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/016-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /Test%20File.txt HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Destination: http://localhost:8080/Apple%20PDF%20Reports/Test%20File.txt 7 | Overwrite: T 8 | 9 | -------------------------------------------------------------------------------- /Tests/HTMLForm/002-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 47 4 | Content-Type: text/html; charset=utf-8 5 | Connection: Close 6 | Server: GCDWebServer 7 | Date: Fri, 25 Apr 2014 14:12:20 GMT 8 | 9 |

Hellø Wörld!

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/059-GET.request: -------------------------------------------------------------------------------- 1 | GET /images/hero_mba_11.jpg HTTP/1.1 2 | Host: localhost:8080 3 | If-Range: Thu, 10 Apr 2014 21:51:14 GMT 4 | Accept: */* 5 | Range: bytes=98304- 6 | Connection: keep-alive 7 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/162-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /PDF%20Reports/ HTTP/1.1 2 | Host: localhost:8080 3 | Destination: http://localhost:8080/Apple%20Reports 4 | Accept: */* 5 | Content-Length: 0 6 | Connection: keep-alive 7 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/029-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /Copy.txt HTTP/1.1 2 | Destination: http://localhost:8080/Text%20Files/Copy.txt 3 | Overwrite: T 4 | Host: localhost:8080 5 | Connection: Keep-Alive 6 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 7 | Accept-Encoding: gzip,deflate 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/062-GET.request: -------------------------------------------------------------------------------- 1 | GET /images/capable_green_ipad_l.png HTTP/1.1 2 | Host: localhost:8080 3 | If-Range: Thu, 10 Apr 2014 21:46:56 GMT 4 | Accept: */* 5 | Range: bytes=98304- 6 | Connection: keep-alive 7 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/182-MKCOL.request: -------------------------------------------------------------------------------- 1 | MKCOL /untitled%20folder HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | X-GCDWebServer-CreationDate: 2014-04-12T05:11:35+00:00 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/018-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /Test.txt HTTP/1.1 2 | Destination: http://localhost:8080/PDF%20Reports/Test.txt 3 | Overwrite: T 4 | Host: localhost:8080 5 | Connection: Keep-Alive 6 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 7 | Accept-Encoding: gzip,deflate 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/025-MKCOL.request: -------------------------------------------------------------------------------- 1 | MKCOL /Text%20Files/ HTTP/1.1 2 | Content-Length: 0 3 | Host: localhost:8080 4 | Connection: Keep-Alive 5 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 6 | Accept-Encoding: gzip,deflate 7 | X-GCDWebServer-CreationDate: 2014-04-12T04:53:35+00:00 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/028-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /Test%20File.txt HTTP/1.1 2 | Destination: http://localhost:8080/Text%20Files/Test%20File.txt 3 | Overwrite: T 4 | Host: localhost:8080 5 | Connection: Keep-Alive 6 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 7 | Accept-Encoding: gzip,deflate 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/069-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /images/capable_green_ipad_l.png HTTP/1.1 2 | Host: localhost:8080 3 | Destination: http://localhost:8080/images/Green%20iPad.png 4 | Accept: */* 5 | Content-Length: 0 6 | Connection: keep-alive 7 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/105-UNLOCK.request: -------------------------------------------------------------------------------- 1 | UNLOCK /PDF%20Reports/Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Lock-Token: 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/107-UNLOCK.request: -------------------------------------------------------------------------------- 1 | UNLOCK /PDF%20Reports/Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Lock-Token: 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/125-UNLOCK.request: -------------------------------------------------------------------------------- 1 | UNLOCK /PDF%20Reports/Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Lock-Token: 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/128-UNLOCK.request: -------------------------------------------------------------------------------- 1 | UNLOCK /PDF%20Reports/Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Lock-Token: 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/130-UNLOCK.request: -------------------------------------------------------------------------------- 1 | UNLOCK /PDF%20Reports/Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Lock-Token: 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebUploader/037-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 77 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:32 GMT 8 | 9 | [{"path":"\/images\/hero_mba_11.jpg","name":"hero_mba_11.jpg","size":106799}] -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/007-COPY.request: -------------------------------------------------------------------------------- 1 | COPY /Copy.txt HTTP/1.1 2 | Destination: http://localhost:8080/Copy%20%284%3A11%3A14%2C%209%3A52%20PM%29.txt 3 | Overwrite: T 4 | Host: localhost:8080 5 | Connection: Keep-Alive 6 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 7 | Accept-Encoding: gzip,deflate 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/016-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /Copy%20%284%3A11%3A14%2C%209%3A52%20PM%29.txt HTTP/1.1 2 | Destination: http://localhost:8080/Test.txt 3 | Overwrite: T 4 | Host: localhost:8080 5 | Connection: Keep-Alive 6 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 7 | Accept-Encoding: gzip,deflate 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebUploader/034-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 91 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:25 GMT 8 | 9 | [{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"}] -------------------------------------------------------------------------------- /Tests/WebUploader/040-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 91 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:48 GMT 8 | 9 | [{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"}] -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/008-MOVE.request: -------------------------------------------------------------------------------- 1 | MOVE /PDF%20Reports/Apple%20Economic%20Impact%20on%20Cupertino.pdf HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Destination: http://localhost:8080/PDF%20Reports/Apple%20Economic%20Impact.pdf 7 | Overwrite: T 8 | 9 | -------------------------------------------------------------------------------- /Tests/WebUploader/020-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 128 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:36:19 GMT 8 | 9 | [{"path":"\/PDF Reports\/Apple Economic Impact on Cupertino.pdf","name":"Apple Economic Impact on Cupertino.pdf","size":181952}] -------------------------------------------------------------------------------- /Tests/WebUploader/018-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 138 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:36:13 GMT 8 | 9 | [{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"},{"path":"\/PDF Reports\/","name":"PDF Reports"}] -------------------------------------------------------------------------------- /Tests/WebUploader/022-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 138 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:36:38 GMT 8 | 9 | [{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"},{"path":"\/PDF Reports\/","name":"PDF Reports"}] -------------------------------------------------------------------------------- /Tests/WebUploader/032-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 137 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:22 GMT 8 | 9 | [{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"},{"path":"\/Text Files\/","name":"Text Files"}] -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/102-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /PDF%20Reports/Test%20File.txt HTTP/1.1 2 | Host: localhost:8080 3 | Accept: */* 4 | Content-Length: 0 5 | Connection: keep-alive 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | X-GCDWebServer-CreationDate: 2014-04-12T05:11:26+00:00 8 | X-GCDWebServer-ModifiedDate: Sat, 12 Apr 2014 05:11:26 GMT 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebUploader/024-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 142 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:36:47 GMT 8 | 9 | [{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"}] -------------------------------------------------------------------------------- /Tests/WebUploader/039-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 145 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:43 GMT 8 | 9 | [{"path":"\/images\/hero_mba_11.jpg","name":"hero_mba_11.jpg","size":106799},{"path":"\/images\/Test File.txt","name":"Test File.txt","size":21}] -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/002-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Depth: 0 7 | Content-Length: 117 8 | Content-Type: application/xml 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/010-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Depth: 0 7 | Content-Length: 117 8 | Content-Type: application/xml 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/020-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Depth: 0 7 | Content-Length: 117 8 | Content-Type: application/xml 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/002-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/008-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/015-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/017-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/019-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/024-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/026-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/030-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/036-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/012-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/029-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/113-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/141-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:27 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/158-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/166-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/170-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:32 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/184-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/199-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:36 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/207-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/212-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/237-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/244-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:40 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/272-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/280-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:45 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/285-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:52 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/292-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 180 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:53 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._." does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/014-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 184 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/.hidden" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/026-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/034-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/047-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:00 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/065-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:13 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/133-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/144-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:27 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/169-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/177-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:32 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/192-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/200-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 183 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:36 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/201-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 183 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:36 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/204-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:36 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/206-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:36 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/211-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/215-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/217-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/224-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/240-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/243-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/245-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:40 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/248-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:40 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/251-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:40 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/254-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:42 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/270-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/271-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 183 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/275-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/277-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 183 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:45 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/278-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 183 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:45 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/279-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 183 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:45 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/283-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:45 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/284-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 183 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:45 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/288-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:52 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/295-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:53 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Backup" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/297-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 185 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:53 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/.Trashes" does not exist

-------------------------------------------------------------------------------- /Tests/WebUploader/035-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 171 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:29 GMT 8 | 9 | [{"path":"\/images\/capable_green_ipad_l.png","name":"capable_green_ipad_l.png","size":116066},{"path":"\/images\/hero_mba_11.jpg","name":"hero_mba_11.jpg","size":106799}] -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/004-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /images/ HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/011-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /images/ HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/015-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 188 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/mach_kernel" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/025-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/027-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/030-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/036-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/041-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:00 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/086-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:16 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/098-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:25 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/099-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/132-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/143-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:27 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/145-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:27 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/159-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/160-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/161-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 190 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/164-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 188 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/168-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/178-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:32 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/179-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 188 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:32 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/193-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/210-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/216-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/223-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/231-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 187 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/003-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /PDF%20Reports/ HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/020-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /PDF%20Reports/ HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/027-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /Text%20Files/ HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/031-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /Text%20Files/ HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/032-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /PDF%20Reports/ HTTP/1.1 2 | Depth: 1 3 | Content-Type: text/xml; charset=utf-8 4 | Content-Length: 99 5 | Host: localhost:8080 6 | Connection: Keep-Alive 7 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 8 | Accept-Encoding: gzip,deflate 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/013-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 193 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backups.backupdb" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/016-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/.Spotlight-V100" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/052-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 193 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:00 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/.DS_Store" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/163-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/165-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:31 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/171-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:32 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/181-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/untitled folder" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/183-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 194 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._untitled folder" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/188-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 194 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._untitled folder" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/196-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/202-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 194 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:36 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._untitled folder" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/205-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:36 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/untitled folder" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/209-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/214-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/221-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/untitled folder" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/229-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backup/Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/230-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backup/Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/233-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 194 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backup/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/234-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 194 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backup/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/235-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 193 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backup/.DS_Store" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/241-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/247-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:40 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/250-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 194 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:40 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Backup/._Copy.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/274-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/282-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:45 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/287-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:52 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/294-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:53 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/._Apple Reports" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/296-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 192 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:53 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/.TemporaryItems" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/017-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /Apple%20PDF%20Reports/ HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Depth: 0 7 | Content-Length: 117 8 | Content-Type: application/xml 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/017-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 198 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/.metadata_never_index" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/033-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 201 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._hero_mba_11.jpg" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/045-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 198 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:00 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/.DS_Store" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/051-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 201 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:00 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._hero_mba_11.jpg" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/057-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 201 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:03 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._hero_mba_11.jpg" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/064-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 201 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:06 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._hero_mba_11.jpg" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/066-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 198 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:13 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/067-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 198 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:13 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/070-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:13 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/072-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:13 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/074-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 201 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:13 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._hero_mba_11.jpg" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/079-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 201 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:14 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._hero_mba_11.jpg" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/080-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:14 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/082-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 201 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:16 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._hero_mba_11.jpg" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/084-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:16 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/090-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:17 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/091-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 199 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:17 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/hero_mba_11.jpg" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/093-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:18 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/147-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:27 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/175-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:32 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/191-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/218-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/256-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:42 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/262-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/267-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 200 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._Green iPad.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/021-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 205 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/055-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 205 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:01 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/096-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 205 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:22 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/100-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 202 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/101-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 202 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/103-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/108-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/110-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/115-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/116-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 202 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/118-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/121-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/123-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/126-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/150-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 204 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:27 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/156-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 205 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:28 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/174-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 206 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:32 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/187-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 205 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/194-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 206 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/219-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 206 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/227-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 205 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/259-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 205 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/291-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 206 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:52 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports/._Test File.txt" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Cyberduck/023-PUT.request: -------------------------------------------------------------------------------- 1 | PUT /Test%20File.txt HTTP/1.1 2 | Content-Length: 21 3 | Content-Type: text/plain 4 | Host: localhost:8080 5 | Connection: Keep-Alive 6 | User-Agent: Cyberduck/4.4.3 (Mac OS X/10.9.2) (x86_64) 7 | Accept-Encoding: gzip,deflate 8 | X-GCDWebServer-CreationDate: 2014-04-12T04:53:22+00:00 9 | X-GCDWebServer-ModifiedDate: Sat, 12 Apr 2014 04:53:22 GMT 10 | 11 | Nothing to see here! 12 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/031-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 210 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/032-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 210 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/049-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 210 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:00 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/060-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 210 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:05 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/063-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 210 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:05 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/068-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 210 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:13 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/._capable_green_ipad_l.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/071-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 208 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:13 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/capable_green_ipad_l.png" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/109-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 211 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name "._Test File.txt" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/122-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 211 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name "._Test File.txt" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/124-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 211 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name "._Test File.txt" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/268-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /images/ HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 118 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Tests/WebUploader/030-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 197 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:14 GMT 8 | 9 | [{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"},{"path":"\/Test File.txt","name":"Test File.txt","size":21},{"path":"\/Text Files\/","name":"Text Files"}] -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/018-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 212 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/.metadata_never_index_unless_rootfs" does not exist

-------------------------------------------------------------------------------- /Tests/WebServer/001-GET.request: -------------------------------------------------------------------------------- 1 | GET / HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 5 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36 6 | DNT: 1 7 | Accept-Encoding: gzip,deflate,sdch 8 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 9 | 10 | -------------------------------------------------------------------------------- /Tests/WebUploader/026-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 202 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:36:54 GMT 8 | 9 | [{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"},{"path":"\/Test File.txt","name":"Test File.txt","size":21}] -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/019-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/020-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/022-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:55 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/053-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:01 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/054-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:01 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/056-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:01 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/094-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:22 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/095-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:22 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/097-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:22 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/154-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:28 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/155-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:28 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/157-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:28 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/185-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/186-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/189-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/225-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/226-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/228-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:39 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/257-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/258-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/260-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 221 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Retrieving properties for item name ".DS_Store" is not allowed

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/037-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 229 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/038-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 229 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:10:56 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/044-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 229 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:00 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/088-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 229 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:16 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/135-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 229 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:26 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/149-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 229 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:27 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/PDF Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/173-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 231 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:32 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/195-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 231 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:35 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/220-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 231 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:37 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/290-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 231 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:52 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/Apple Reports/._Apple Economic Impact on Cupertino.pdf" does not exist

-------------------------------------------------------------------------------- /Tests/WebDAV-Finder/263-404.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 404 Not Found 2 | Content-Length: 239 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 404

HTTP Error 404: "/images/.fde3d915-75dd-4368-a060-890a3c537750-67a2f-0-Spotlight" does not exist

-------------------------------------------------------------------------------- /Tests/HTMLForm/001-GET.request: -------------------------------------------------------------------------------- 1 | GET / HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Cache-Control: max-age=0 5 | Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36 7 | DNT: 1 8 | Accept-Encoding: gzip,deflate,sdch 9 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 10 | 11 | -------------------------------------------------------------------------------- /Tests/HTMLFileUpload/001-GET.request: -------------------------------------------------------------------------------- 1 | GET / HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Cache-Control: max-age=0 5 | Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36 7 | DNT: 1 8 | Accept-Encoding: gzip,deflate,sdch 9 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 10 | 11 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/264-403.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 403 Forbidden 2 | Content-Length: 251 3 | Content-Type: text/html; charset=utf-8 4 | Connection: Close 5 | Server: GCDWebDAVServer 6 | Date: Sat, 12 Apr 2014 05:11:44 GMT 7 | 8 | HTTP Error 403

HTTP Error 403: Uploading file name ".fde3d915-75dd-4368-a060-890a3c537750-67a2f-0-Spotlight" is not allowed

-------------------------------------------------------------------------------- /Tests/WebServer/008-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 199 4 | Content-Type: text/html; charset=utf-8 5 | Connection: Close 6 | Server: GCDWebServer 7 | Date: Fri, 11 Apr 2014 02:42:40 GMT 8 | 9 | 10 | 11 | 14 | 15 | -------------------------------------------------------------------------------- /Tests/WebServer/002-GET.request: -------------------------------------------------------------------------------- 1 | GET /Copy.txt HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 5 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36 6 | DNT: 1 7 | Referer: http://localhost:8080/ 8 | Accept-Encoding: gzip,deflate,sdch 9 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 10 | 11 | -------------------------------------------------------------------------------- /Tests/WebServer/003-GET.request: -------------------------------------------------------------------------------- 1 | GET /images/ HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 5 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36 6 | DNT: 1 7 | Referer: http://localhost:8080/ 8 | Accept-Encoding: gzip,deflate,sdch 9 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 10 | 11 | -------------------------------------------------------------------------------- /Tests/WebUploader/028-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 248 4 | Content-Type: application/json 5 | Connection: Close 6 | Server: GCDWebUploader 7 | Date: Sat, 12 Apr 2014 05:37:07 GMT 8 | 9 | [{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"},{"path":"\/Test File.txt","name":"Test File.txt","size":21},{"path":"\/Text Files\/","name":"Text Files"}] -------------------------------------------------------------------------------- /Tests/WebServer/008-GET.request: -------------------------------------------------------------------------------- 1 | GET /PDF%20Reports/ HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 5 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36 6 | DNT: 1 7 | Referer: http://localhost:8080/ 8 | Accept-Encoding: gzip,deflate,sdch 9 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 10 | 11 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/005-207.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 207 Multi-Status 2 | Cache-Control: no-cache 3 | Content-Length: 208 4 | Content-Type: application/xml; charset="utf-8" 5 | Connection: Close 6 | Server: GCDWebDAVServer 7 | Date: Sat, 12 Apr 2014 05:10:55 GMT 8 | 9 | 10 | /HTTP/1.1 200 OK 11 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/005-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 175 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/004-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/006-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/007-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/008-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/009-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/010-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/011-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/012-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/023-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/024-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/029-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/039-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/040-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/113-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/131-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/141-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/142-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/153-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/158-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/166-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/167-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/170-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/176-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/184-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/197-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/199-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/207-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/208-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/212-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/213-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/237-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/238-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/244-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/246-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/272-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/273-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/276-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/280-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/281-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/285-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/286-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/292-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /._. HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/293-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 1 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/298-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Transmit/003-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND / HTTP/1.1 2 | User-Agent: Transmit/4.4.6 neon/0.29.3 3 | Connection: TE 4 | TE: trailers 5 | Host: localhost:8080 6 | Depth: 1 7 | Content-Length: 211 8 | Content-Type: application/xml 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Tests/WebServer/003-200.response: -------------------------------------------------------------------------------- 1 | HTTP/1.1 200 OK 2 | Cache-Control: no-cache 3 | Content-Length: 218 4 | Content-Type: text/html; charset=utf-8 5 | Connection: Close 6 | Server: GCDWebServer 7 | Date: Fri, 11 Apr 2014 02:42:27 GMT 8 | 9 | 10 | 11 | 15 | 16 | -------------------------------------------------------------------------------- /Tests/WebServer/005-GET.request: -------------------------------------------------------------------------------- 1 | GET /images/hero_mba_11.jpg HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 5 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36 6 | DNT: 1 7 | Referer: http://localhost:8080/images/ 8 | Accept-Encoding: gzip,deflate,sdch 9 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 10 | 11 | -------------------------------------------------------------------------------- /Tests/WebUploader/018-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebUploader/019-GET.request: -------------------------------------------------------------------------------- 1 | GET /download?path=%2FCopy.txt HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 5 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 6 | DNT: 1 7 | Referer: http://localhost:8080/ 8 | Accept-Encoding: gzip,deflate,sdch 9 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 10 | 11 | -------------------------------------------------------------------------------- /Tests/WebUploader/022-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebUploader/024-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebUploader/026-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebUploader/028-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebUploader/030-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebUploader/032-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebUploader/034-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebUploader/040-GET.request: -------------------------------------------------------------------------------- 1 | GET /list?path=%2F HTTP/1.1 2 | Host: localhost:8080 3 | Connection: keep-alive 4 | Accept: application/json, text/javascript, */*; q=0.01 5 | X-Requested-With: XMLHttpRequest 6 | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 7 | DNT: 1 8 | Referer: http://localhost:8080/ 9 | Accept-Encoding: gzip,deflate,sdch 10 | Accept-Language: en-US,en;q=0.8,fr;q=0.6 11 | 12 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/014-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /.hidden HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/019-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/020-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Tests/WebDAV-Finder/022-PROPFIND.request: -------------------------------------------------------------------------------- 1 | PROPFIND /.DS_Store HTTP/1.1 2 | Host: localhost:8080 3 | Content-Type: text/xml 4 | Depth: 0 5 | Accept: */* 6 | User-Agent: WebDAVFS/3.0.1 (03018000) Darwin/13.1.0 (x86_64) 7 | Content-Length: 179 8 | Connection: keep-alive 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | --------------------------------------------------------------------------------