Index: kernel/classes/webdav/ezwebdavcontentserver.php
===================================================================
--- kernel/classes/webdav/ezwebdavcontentserver.php	(revision 19805)
+++ kernel/classes/webdav/ezwebdavcontentserver.php	(working copy)
@@ -1495,7 +1522,7 @@
 
         // Set the href attribute (note that it doesn't just equal the name).
         if ( !isset( $entry['href'] ) )
-            $entry["href"] = $scriptURL . $entry['name'];
+            $entry["href"] = $scriptURL . $node->urlAlias();
 
         // Return array of attributes/properties (name, size, mime, times, etc.).
         return $entry;
