Added: trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+ <D:href>http://webdav/test_collection/a_new_folder</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>application/octet-stream</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>4096</D:getcontentlength>
+ <D:resourcetype>
+ <D:collection/>
+ </D:resourcetype>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
Added: trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/code.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/code.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/code.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+207
Propchange: trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/code.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/headers.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/headers.php
(added)
+++ trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/headers.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,7 @@
+<?php
+
+return array (
+ 'Content-Type' => 'text/xml; charset="utf-8"',
+);
+
+?>
Propchange:
trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/headers.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/name.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/name.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/name.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+Multi-Status
Propchange: trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/name.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/result.ser
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/result.ser (added)
+++ trunk/Webdav/tests/clients/nautilus/276_PROPFIND/response/result.ser
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,19 @@
+a:2:{s:7:"headers";a:1:{i:0;s:25:"HTTP/1.1 207
Multi-Status";}s:4:"body";s:638:"<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+ <D:href>http://webdav/test_collection/a_new_folder/</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>application/octet-stream</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>4096</D:getcontentlength>
+ <D:resourcetype>
+ <D:collection/>
+ </D:resourcetype>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
+";}
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<propfind xmlns="DAV:"><prop>
+<getlastmodified xmlns="DAV:"/>
+<creationdate xmlns="DAV:"/>
+<resourcetype xmlns="DAV:"/>
+<getcontenttype xmlns="DAV:"/>
+<getcontentlength xmlns="DAV:"/>
+</prop></propfind>
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/result.ser
==============================================================================
Binary file - no diff available.
Propchange: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/result.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/server.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/server.php (added)
+++ trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/server.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,53 @@
+<?php
+
+return array (
+ 'TERM' => 'xterm',
+ 'SHELL' => '/bin/bash',
+ 'DEFAULTLEVEL' => 'default',
+ 'USER' => 'root',
+ 'PATH' =>
'/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin',
+ 'PWD' => '/home/dotxp/web/webdav/htdocs',
+ 'BOOTLEVEL' => 'boot',
+ 'SVCNAME' => 'lighttpd',
+ 'CONSOLETYPE' => 'pty',
+ 'SHLVL' => '1',
+ 'HOME' => '/home/dotxp',
+ 'SOFTLEVEL' => 'default',
+ '_' => '/sbin/start-stop-daemon',
+ 'PHP_FCGI_CHILDREN' => '1',
+ 'FCGI_ROLE' => 'RESPONDER',
+ 'SERVER_SOFTWARE' => 'lighttpd/1.4.18',
+ 'SERVER_NAME' => 'webdav',
+ 'GATEWAY_INTERFACE' => 'CGI/1.1',
+ 'SERVER_PORT' => '80',
+ 'SERVER_ADDR' => '127.0.0.1',
+ 'REMOTE_PORT' => '49117',
+ 'REMOTE_ADDR' => '127.0.0.1',
+ 'CONTENT_LENGTH' => '250',
+ 'SCRIPT_NAME' => '/index.php',
+ 'PATH_INFO' => '/test_collection/a_new_folder/baz_coll',
+ 'PATH_TRANSLATED' =>
'/home/dotxp/web/webdav/htdocs//test_collection/a_new_folder/baz_coll',
+ 'SCRIPT_FILENAME' => '/home/dotxp/web/webdav/htdocs/index.php',
+ 'DOCUMENT_ROOT' => '/home/dotxp/web/webdav/htdocs/',
+ 'REQUEST_URI' => '/test_collection/a_new_folder/baz_coll',
+ 'REDIRECT_URI' => '/index.php/test_collection/a_new_folder/baz_coll',
+ 'QUERY_STRING' => '',
+ 'REQUEST_METHOD' => 'PROPFIND',
+ 'REDIRECT_STATUS' => '200',
+ 'SERVER_PROTOCOL' => 'HTTP/1.1',
+ 'HTTP_HOST' => 'webdav',
+ 'HTTP_USER_AGENT' => 'gnome-vfs/2.18.1 neon/0.25.4',
+ 'HTTP_CONNECTION' => 'TE',
+ 'HTTP_TE' => 'trailers',
+ 'HTTP_DEPTH' => '0',
+ 'HTTP_CONTENT_LENGTH' => '250',
+ 'CONTENT_TYPE' => 'application/xml',
+ 'PHP_SELF' => '/index.php/test_collection/a_new_folder/baz_coll',
+ 'REQUEST_TIME' => 1190903042,
+ 'argv' =>
+ array (
+ ),
+ 'argc' => 0,
+);
+
+?>
Propchange: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/server.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/uri.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/uri.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/uri.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+http://webdav/test_collection/a_new_folder/baz_coll
Propchange: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/request/uri.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/backend.ser
==============================================================================
Binary file - no diff available.
Propchange:
trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/backend.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+ <D:href>http://webdav/test_collection/a_new_folder/baz_coll</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>application/octet-stream</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>4096</D:getcontentlength>
+ <D:resourcetype>
+ <D:collection/>
+ </D:resourcetype>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/code.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/code.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/code.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+207
Propchange: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/code.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/headers.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/headers.php
(added)
+++ trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/headers.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,7 @@
+<?php
+
+return array (
+ 'Content-Type' => 'text/xml; charset="utf-8"',
+);
+
+?>
Propchange:
trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/headers.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/name.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/name.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/name.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+Multi-Status
Propchange: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/name.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/result.ser
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/result.ser (added)
+++ trunk/Webdav/tests/clients/nautilus/277_PROPFIND/response/result.ser
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,19 @@
+a:2:{s:7:"headers";a:1:{i:0;s:25:"HTTP/1.1 207
Multi-Status";}s:4:"body";s:647:"<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+ <D:href>http://webdav/test_collection/a_new_folder/baz_coll/</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>application/octet-stream</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>4096</D:getcontentlength>
+ <D:resourcetype>
+ <D:collection/>
+ </D:resourcetype>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
+";}
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<propfind xmlns="DAV:"><prop>
+<getlastmodified xmlns="DAV:"/>
+<creationdate xmlns="DAV:"/>
+<resourcetype xmlns="DAV:"/>
+<getcontenttype xmlns="DAV:"/>
+<getcontentlength xmlns="DAV:"/>
+</prop></propfind>
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/result.ser
==============================================================================
Binary file - no diff available.
Propchange: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/result.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/server.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/server.php (added)
+++ trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/server.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,53 @@
+<?php
+
+return array (
+ 'TERM' => 'xterm',
+ 'SHELL' => '/bin/bash',
+ 'DEFAULTLEVEL' => 'default',
+ 'USER' => 'root',
+ 'PATH' =>
'/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin',
+ 'PWD' => '/home/dotxp/web/webdav/htdocs',
+ 'BOOTLEVEL' => 'boot',
+ 'SVCNAME' => 'lighttpd',
+ 'CONSOLETYPE' => 'pty',
+ 'SHLVL' => '1',
+ 'HOME' => '/home/dotxp',
+ 'SOFTLEVEL' => 'default',
+ '_' => '/sbin/start-stop-daemon',
+ 'PHP_FCGI_CHILDREN' => '1',
+ 'FCGI_ROLE' => 'RESPONDER',
+ 'SERVER_SOFTWARE' => 'lighttpd/1.4.18',
+ 'SERVER_NAME' => 'webdav',
+ 'GATEWAY_INTERFACE' => 'CGI/1.1',
+ 'SERVER_PORT' => '80',
+ 'SERVER_ADDR' => '127.0.0.1',
+ 'REMOTE_PORT' => '49118',
+ 'REMOTE_ADDR' => '127.0.0.1',
+ 'CONTENT_LENGTH' => '250',
+ 'SCRIPT_NAME' => '/index.php',
+ 'PATH_INFO' => '/test_collection/a_new_folder/baz_coll/test01',
+ 'PATH_TRANSLATED' =>
'/home/dotxp/web/webdav/htdocs//test_collection/a_new_folder/baz_coll/test01',
+ 'SCRIPT_FILENAME' => '/home/dotxp/web/webdav/htdocs/index.php',
+ 'DOCUMENT_ROOT' => '/home/dotxp/web/webdav/htdocs/',
+ 'REQUEST_URI' => '/test_collection/a_new_folder/baz_coll/test01',
+ 'REDIRECT_URI' => '/index.php/test_collection/a_new_folder/baz_coll/test01',
+ 'QUERY_STRING' => '',
+ 'REQUEST_METHOD' => 'PROPFIND',
+ 'REDIRECT_STATUS' => '200',
+ 'SERVER_PROTOCOL' => 'HTTP/1.1',
+ 'HTTP_HOST' => 'webdav',
+ 'HTTP_USER_AGENT' => 'gnome-vfs/2.18.1 neon/0.25.4',
+ 'HTTP_CONNECTION' => 'TE',
+ 'HTTP_TE' => 'trailers',
+ 'HTTP_DEPTH' => '0',
+ 'HTTP_CONTENT_LENGTH' => '250',
+ 'CONTENT_TYPE' => 'application/xml',
+ 'PHP_SELF' => '/index.php/test_collection/a_new_folder/baz_coll/test01',
+ 'REQUEST_TIME' => 1190903042,
+ 'argv' =>
+ array (
+ ),
+ 'argc' => 0,
+);
+
+?>
Propchange: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/server.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/uri.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/uri.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/uri.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+http://webdav/test_collection/a_new_folder/baz_coll/test01
Propchange: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/request/uri.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/backend.ser
==============================================================================
Binary file - no diff available.
Propchange:
trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/backend.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+ <D:href>http://webdav/test_collection/a_new_folder/baz_coll/test01</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>application/octet-stream</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>4096</D:getcontentlength>
+ <D:resourcetype>
+ <D:collection/>
+ </D:resourcetype>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/code.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/code.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/code.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+207
Propchange: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/code.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/headers.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/headers.php
(added)
+++ trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/headers.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,7 @@
+<?php
+
+return array (
+ 'Content-Type' => 'text/xml; charset="utf-8"',
+);
+
+?>
Propchange:
trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/headers.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/name.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/name.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/name.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+Multi-Status
Propchange: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/name.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/result.ser
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/result.ser (added)
+++ trunk/Webdav/tests/clients/nautilus/278_PROPFIND/response/result.ser
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,19 @@
+a:2:{s:7:"headers";a:1:{i:0;s:25:"HTTP/1.1 207
Multi-Status";}s:4:"body";s:654:"<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+
<D:href>http://webdav/test_collection/a_new_folder/baz_coll/test01/</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>application/octet-stream</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>4096</D:getcontentlength>
+ <D:resourcetype>
+ <D:collection/>
+ </D:resourcetype>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
+";}
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<propfind xmlns="DAV:"><prop>
+<getlastmodified xmlns="DAV:"/>
+<creationdate xmlns="DAV:"/>
+<resourcetype xmlns="DAV:"/>
+<getcontenttype xmlns="DAV:"/>
+<getcontentlength xmlns="DAV:"/>
+</prop></propfind>
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/result.ser
==============================================================================
Binary file - no diff available.
Propchange: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/result.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/server.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/server.php (added)
+++ trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/server.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,53 @@
+<?php
+
+return array (
+ 'TERM' => 'xterm',
+ 'SHELL' => '/bin/bash',
+ 'DEFAULTLEVEL' => 'default',
+ 'USER' => 'root',
+ 'PATH' =>
'/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin',
+ 'PWD' => '/home/dotxp/web/webdav/htdocs',
+ 'BOOTLEVEL' => 'boot',
+ 'SVCNAME' => 'lighttpd',
+ 'CONSOLETYPE' => 'pty',
+ 'SHLVL' => '1',
+ 'HOME' => '/home/dotxp',
+ 'SOFTLEVEL' => 'default',
+ '_' => '/sbin/start-stop-daemon',
+ 'PHP_FCGI_CHILDREN' => '1',
+ 'FCGI_ROLE' => 'RESPONDER',
+ 'SERVER_SOFTWARE' => 'lighttpd/1.4.18',
+ 'SERVER_NAME' => 'webdav',
+ 'GATEWAY_INTERFACE' => 'CGI/1.1',
+ 'SERVER_PORT' => '80',
+ 'SERVER_ADDR' => '127.0.0.1',
+ 'REMOTE_PORT' => '49115',
+ 'REMOTE_ADDR' => '127.0.0.1',
+ 'CONTENT_LENGTH' => '250',
+ 'SCRIPT_NAME' => '/index.php',
+ 'PATH_INFO' => '/test_collection/a_new_folder/baz_coll/test01/test02',
+ 'PATH_TRANSLATED' =>
'/home/dotxp/web/webdav/htdocs//test_collection/a_new_folder/baz_coll/test01/test02',
+ 'SCRIPT_FILENAME' => '/home/dotxp/web/webdav/htdocs/index.php',
+ 'DOCUMENT_ROOT' => '/home/dotxp/web/webdav/htdocs/',
+ 'REQUEST_URI' => '/test_collection/a_new_folder/baz_coll/test01/test02',
+ 'REDIRECT_URI' =>
'/index.php/test_collection/a_new_folder/baz_coll/test01/test02',
+ 'QUERY_STRING' => '',
+ 'REQUEST_METHOD' => 'PROPFIND',
+ 'REDIRECT_STATUS' => '200',
+ 'SERVER_PROTOCOL' => 'HTTP/1.1',
+ 'HTTP_HOST' => 'webdav',
+ 'HTTP_USER_AGENT' => 'gnome-vfs/2.18.1 neon/0.25.4',
+ 'HTTP_CONNECTION' => 'TE',
+ 'HTTP_TE' => 'trailers',
+ 'HTTP_DEPTH' => '0',
+ 'HTTP_CONTENT_LENGTH' => '250',
+ 'CONTENT_TYPE' => 'application/xml',
+ 'PHP_SELF' =>
'/index.php/test_collection/a_new_folder/baz_coll/test01/test02',
+ 'REQUEST_TIME' => 1190903042,
+ 'argv' =>
+ array (
+ ),
+ 'argc' => 0,
+);
+
+?>
Propchange: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/server.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/uri.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/uri.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/uri.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+http://webdav/test_collection/a_new_folder/baz_coll/test01/test02
Propchange: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/request/uri.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/backend.ser
==============================================================================
Binary file - no diff available.
Propchange:
trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/backend.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+
<D:href>http://webdav/test_collection/a_new_folder/baz_coll/test01/test02</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>application/octet-stream</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>4096</D:getcontentlength>
+ <D:resourcetype>
+ <D:collection/>
+ </D:resourcetype>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/code.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/code.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/code.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+207
Propchange: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/code.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/headers.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/headers.php
(added)
+++ trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/headers.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,7 @@
+<?php
+
+return array (
+ 'Content-Type' => 'text/xml; charset="utf-8"',
+);
+
+?>
Propchange:
trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/headers.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/name.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/name.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/name.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+Multi-Status
Propchange: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/name.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/result.ser
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/result.ser (added)
+++ trunk/Webdav/tests/clients/nautilus/279_PROPFIND/response/result.ser
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,19 @@
+a:2:{s:7:"headers";a:1:{i:0;s:25:"HTTP/1.1 207
Multi-Status";}s:4:"body";s:661:"<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+
<D:href>http://webdav/test_collection/a_new_folder/baz_coll/test01/test02/</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>application/octet-stream</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>4096</D:getcontentlength>
+ <D:resourcetype>
+ <D:collection/>
+ </D:resourcetype>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
+";}
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<propfind xmlns="DAV:"><prop>
+<getlastmodified xmlns="DAV:"/>
+<creationdate xmlns="DAV:"/>
+<resourcetype xmlns="DAV:"/>
+<getcontenttype xmlns="DAV:"/>
+<getcontentlength xmlns="DAV:"/>
+</prop></propfind>
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/result.ser
==============================================================================
Binary file - no diff available.
Propchange: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/result.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/server.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/server.php (added)
+++ trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/server.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,53 @@
+<?php
+
+return array (
+ 'TERM' => 'xterm',
+ 'SHELL' => '/bin/bash',
+ 'DEFAULTLEVEL' => 'default',
+ 'USER' => 'root',
+ 'PATH' =>
'/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin',
+ 'PWD' => '/home/dotxp/web/webdav/htdocs',
+ 'BOOTLEVEL' => 'boot',
+ 'SVCNAME' => 'lighttpd',
+ 'CONSOLETYPE' => 'pty',
+ 'SHLVL' => '1',
+ 'HOME' => '/home/dotxp',
+ 'SOFTLEVEL' => 'default',
+ '_' => '/sbin/start-stop-daemon',
+ 'PHP_FCGI_CHILDREN' => '1',
+ 'FCGI_ROLE' => 'RESPONDER',
+ 'SERVER_SOFTWARE' => 'lighttpd/1.4.18',
+ 'SERVER_NAME' => 'webdav',
+ 'GATEWAY_INTERFACE' => 'CGI/1.1',
+ 'SERVER_PORT' => '80',
+ 'SERVER_ADDR' => '127.0.0.1',
+ 'REMOTE_PORT' => '49116',
+ 'REMOTE_ADDR' => '127.0.0.1',
+ 'CONTENT_LENGTH' => '250',
+ 'SCRIPT_NAME' => '/index.php',
+ 'PATH_INFO' =>
'/test_collection/a_new_folder/baz_coll/test01/test02/foo.txt',
+ 'PATH_TRANSLATED' =>
'/home/dotxp/web/webdav/htdocs//test_collection/a_new_folder/baz_coll/test01/test02/foo.txt',
+ 'SCRIPT_FILENAME' => '/home/dotxp/web/webdav/htdocs/index.php',
+ 'DOCUMENT_ROOT' => '/home/dotxp/web/webdav/htdocs/',
+ 'REQUEST_URI' =>
'/test_collection/a_new_folder/baz_coll/test01/test02/foo.txt',
+ 'REDIRECT_URI' =>
'/index.php/test_collection/a_new_folder/baz_coll/test01/test02/foo.txt',
+ 'QUERY_STRING' => '',
+ 'REQUEST_METHOD' => 'PROPFIND',
+ 'REDIRECT_STATUS' => '200',
+ 'SERVER_PROTOCOL' => 'HTTP/1.1',
+ 'HTTP_HOST' => 'webdav',
+ 'HTTP_USER_AGENT' => 'gnome-vfs/2.18.1 neon/0.25.4',
+ 'HTTP_CONNECTION' => 'TE',
+ 'HTTP_TE' => 'trailers',
+ 'HTTP_DEPTH' => '0',
+ 'HTTP_CONTENT_LENGTH' => '250',
+ 'CONTENT_TYPE' => 'application/xml',
+ 'PHP_SELF' =>
'/index.php/test_collection/a_new_folder/baz_coll/test01/test02/foo.txt',
+ 'REQUEST_TIME' => 1190903042,
+ 'argv' =>
+ array (
+ ),
+ 'argc' => 0,
+);
+
+?>
Propchange: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/server.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/uri.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/uri.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/uri.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+http://webdav/test_collection/a_new_folder/baz_coll/test01/test02/foo.txt
Propchange: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/request/uri.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/backend.ser
==============================================================================
Binary file - no diff available.
Propchange:
trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/backend.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/body.xml
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/body.xml (added)
+++ trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/body.xml
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+
<D:href>http://webdav/test_collection/a_new_folder/baz_coll/test01/test02/foo.txt</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>text/plain; charset="utf-8"</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>16</D:getcontentlength>
+ <D:resourcetype/>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/code.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/code.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/code.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+207
Propchange: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/code.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/headers.php
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/headers.php
(added)
+++ trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/headers.php
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,7 @@
+<?php
+
+return array (
+ 'Content-Type' => 'text/xml; charset="utf-8"',
+);
+
+?>
Propchange:
trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/headers.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/name.txt
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/name.txt (added)
+++ trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/name.txt
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,1 @@
+Multi-Status
Propchange: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/name.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/result.ser
==============================================================================
--- trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/result.ser (added)
+++ trunk/Webdav/tests/clients/nautilus/280_PROPFIND/response/result.ser
[iso-8859-1] Thu Sep 27 17:34:20 2007
@@ -1,0 +1,17 @@
+a:2:{s:7:"headers";a:1:{i:0;s:25:"HTTP/1.1 207
Multi-Status";}s:4:"body";s:618:"<?xml version="1.0" encoding="UTF-8"?>
+<D:multistatus xmlns:D="DAV:">
+ <D:response>
+
<D:href>http://webdav/test_collection/a_new_folder/baz_coll/test01/test02/foo.txt</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:creationdate>2003-05-27T11:27:00+0100</D:creationdate>
+ <D:getcontenttype>text/plain; charset="utf-8"</D:getcontenttype>
+ <D:getlastmodified>Mon, 15 Aug 2005 15:13:00 +0100</D:getlastmodified>
+ <D:getcontentlength>16</D:getcontentlength>
+ <D:resourcetype/>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>
+";}
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components