Author: kn
Date: Thu Oct  4 14:26:48 2007
New Revision: 6360

Log:
- Do not try to validate content length header
  # It does not validate for collections and it is not used at all...

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] Thu Oct  4 14:26:48 2007
@@ -385,10 +385,6 @@
                 {
                     throw new ezcWebdavInvalidHeaderException( 'Content-Type', 
$contenTypeHeader, 'null' );
                 }
-                if ( ( $contenLengthHeader = $info->response->getHeader( 
'Content-Length' ) ) !== null  )
-                {
-                    throw new ezcWebdavInvalidHeaderException( 
'Content-Length', $contenLengthHeader, 'null' );
-                }
                 $result = null;
                 break;
         }


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to