<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Microsoft breaks WebDAV in Windows XP, Vista</title>
	<atom:link href="http://opensourcesmall.biz/archives/2008/06/microsoft-breaks-webdav-in-windows-xp-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensourcesmall.biz/archives/2008/06/microsoft-breaks-webdav-in-windows-xp-vista/</link>
	<description>The living site of the book by John Locke</description>
	<pubDate>Fri, 21 Nov 2008 13:46:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Kay Williams</title>
		<link>http://opensourcesmall.biz/archives/2008/06/microsoft-breaks-webdav-in-windows-xp-vista/#comment-135264</link>
		<dc:creator>Kay Williams</dc:creator>
		<pubDate>Fri, 01 Aug 2008 01:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://opensourcesmall.biz/?p=251#comment-135264</guid>
		<description>We've been trying to get Vista working against our Apache Webdav server with Basic Auth over SSL for over a year.  On some systems, mapping a network drive worked but creating a web folder didn't, and vice versa.  Even when it worked, it was unreliable, e.g. mapped network drives didn't automatically reconnect on startup, Office 2007 applications could open files, but failed to save them, even though we could drag/replace into an open web folder on the desktop. Since our Windows XP clients worked fine, we assumed the issue was with the MS webdav redirector.  

After reading the blog entry above at http://www.borlik.net/blog/archives/000157.html, however, we decided to take a closer look at the apache configuration.  After making the three server-side modifications below, Vista now works like a charm.

1. Added 'dav on' to the root folder of the virtual server (the blog entry shows an example.

2. Added  to the root folder, and all child folders with unique access restrictions.

3. Gave the apache user read/write access to all files (this was causing the save failures).

Thanks for the pointers and links!</description>
		<content:encoded><![CDATA[<p>We&#8217;ve been trying to get Vista working against our Apache Webdav server with Basic Auth over SSL for over a year.  On some systems, mapping a network drive worked but creating a web folder didn&#8217;t, and vice versa.  Even when it worked, it was unreliable, e.g. mapped network drives didn&#8217;t automatically reconnect on startup, Office 2007 applications could open files, but failed to save them, even though we could drag/replace into an open web folder on the desktop. Since our Windows XP clients worked fine, we assumed the issue was with the MS webdav redirector.  </p>
<p>After reading the blog entry above at <a href="http://www.borlik.net/blog/archives/000157.html" rel="nofollow">http://www.borlik.net/blog/archives/000157.html</a>, however, we decided to take a closer look at the apache configuration.  After making the three server-side modifications below, Vista now works like a charm.</p>
<p>1. Added &#8216;dav on&#8217; to the root folder of the virtual server (the blog entry shows an example.</p>
<p>2. Added  to the root folder, and all child folders with unique access restrictions.</p>
<p>3. Gave the apache user read/write access to all files (this was causing the save failures).</p>
<p>Thanks for the pointers and links!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
