Author: kn
Date: Fri Oct  5 14:27:17 2007
New Revision: 6373

Log:
- Actually dispatch...
  # Thanks for the hint Derick :)

Modified:
    trunk/Webdav/src/transports/microsoft.php

Modified: trunk/Webdav/src/transports/microsoft.php
==============================================================================
--- trunk/Webdav/src/transports/microsoft.php [iso-8859-1] (original)
+++ trunk/Webdav/src/transports/microsoft.php [iso-8859-1] Fri Oct  5 14:27:17 
2007
@@ -14,6 +14,9 @@
  *  - Microsoft Data Access Internet Publishing Provider Cache Manager
  *  - Microsoft Data Access Internet Publishing Provider DAV 1.1
  *  - Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
+ *
+ * Still not working:
+ *  - Microsoft-WebDAV-MiniRedir/5.1.2600
  *
  * @version //autogentag//
  * @package Webdav
@@ -43,6 +46,8 @@
     {
         // Required by MS Clients to not think this is Frontpage stuff
         header( 'MS-Author-Via: DAV', true );
+
+        return parent::sendResponse( $info );
     }
 
     /**


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

Reply via email to