Author: ts
Date: Sat Oct 13 11:13:05 2007
New Revision: 6456
Log:
- Corrected HEAD request to be able to return Content-Length.
# Thanks Litmus!
Modified:
trunk/Webdav/src/transport.php
Modified: trunk/Webdav/src/transport.php
==============================================================================
--- trunk/Webdav/src/transport.php [iso-8859-1] (original)
+++ trunk/Webdav/src/transport.php [iso-8859-1] Sat Oct 13 11:13:05 2007
@@ -1386,7 +1386,7 @@
{
$response->setHeader( 'Content-Length', ( strlen(
$response->resource->content ) + 1 ) );
}
- return new ezcWebdavEmptyDisplayInformation( $response );
+ return new ezcWebdavStringDisplayInformation( $response, '' );
}
// ezcWebdavMakeCollectionResponse
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components