Author: ts
Date: Mon Sep 24 17:38:16 2007
New Revision: 6249
Log:
- Corrected DAV version number to fit current status.
Modified:
trunk/Webdav/src/response/options.php
Modified: trunk/Webdav/src/response/options.php
==============================================================================
--- trunk/Webdav/src/response/options.php [iso-8859-1] (original)
+++ trunk/Webdav/src/response/options.php [iso-8859-1] Mon Sep 24 17:38:16 2007
@@ -33,7 +33,7 @@
public function __construct( $version = null )
{
parent::__construct( ezcWebdavResponse::STATUS_200 );
- $this->headers['DAV'] = ( $version === null ? '1, 2, 1#extended' :
null );
+ $this->headers['DAV'] = ( $version === null ? '1' : null );
}
/**
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components