--- /home/erwin/work/lmo/ezpublish-4.0.3/lib/ezwebdav/classes/ezwebdavserver.php	2009-02-16 16:16:45.000000000 +0100
+++ lib/ezwebdav/classes/ezwebdavserver.php	2009-04-07 13:03:18.000000000 +0200
@@ -902,6 +902,17 @@
         if ( strlen( $text ) != 0 )
             $this->appendLogEntry( $text, "DAV: PHP Output" );
         while ( @ob_end_clean() );
+
+	// workaround for konqueror:
+	if( $status == eZWebDAVServer::FAILED_NOT_FOUND )
+		echo $content='<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+			<html><head>
+			<title>404 Not Found</title>
+			</head><body>
+			<h1>Not Found</h1>
+			<p>The requested URL was not found on this server.</p>
+			<hr>
+			</body></html>';
     }
 
     /*!
