<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - Publishing</title><link>http://forums.iis.net/1045.aspx</link><description>Discussion around anything related to publishing content on the IIS 7 web platform</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Webdav - File names with + symbol not working correctly when copied to webdav mapped network drive</title><link>http://forums.iis.net/thread/1889431.aspx</link><pubDate>Thu, 08 Jan 2009 18:17:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889431</guid><dc:creator>JaroDunajsky</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1889431.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1045&amp;PostID=1889431</wfw:commentRss><description>&lt;p&gt;The issue was fixed in the following WebDAV update &lt;a href="http://support.microsoft.com/kb/957001"&gt;http://support.microsoft.com/kb/957001&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Webdav - File names with + symbol not working correctly when copied to webdav mapped network drive</title><link>http://forums.iis.net/thread/1885126.aspx</link><pubDate>Mon, 17 Nov 2008 21:01:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1885126</guid><dc:creator>KeithHutch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1885126.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1045&amp;PostID=1885126</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;vijaysen:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;Keith, &lt;/p&gt;
&lt;p&gt;This is a bug and we are looking into this.&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Any updates on this bug status or work-a-rounds I can implement in the meantime?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Keith&lt;/p&gt;</description></item><item><title>Re: Webdav - File names with + symbol not working correctly when copied to webdav mapped network drive</title><link>http://forums.iis.net/thread/1884103.aspx</link><pubDate>Fri, 07 Nov 2008 19:24:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884103</guid><dc:creator>vijaysen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1884103.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1045&amp;PostID=1884103</wfw:commentRss><description>&lt;p&gt;Keith, &lt;/p&gt;
&lt;p&gt;This is a bug and we are looking into this.&lt;/p&gt;</description></item><item><title>Re: Webdav - File names with + symbol not working correctly when copied to webdav mapped network drive</title><link>http://forums.iis.net/thread/1883760.aspx</link><pubDate>Tue, 04 Nov 2008 22:39:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883760</guid><dc:creator>KeithHutch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1883760.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1045&amp;PostID=1883760</wfw:commentRss><description>&lt;p&gt;Still experiencing this issue...&amp;nbsp; Can anyone else confirm the same issue? Anilr? IIS team?&lt;/p&gt;</description></item><item><title>Re: Webdav - File names with + symbol not working correctly when copied to webdav mapped network drive</title><link>http://forums.iis.net/thread/1881769.aspx</link><pubDate>Fri, 10 Oct 2008 20:02:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1881769</guid><dc:creator>KeithHutch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1881769.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1045&amp;PostID=1881769</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have already tried setting allowDoubleEscaping=&amp;quot;true&amp;quot; and while it allows a file to be served (GET) when you do a webdav PUT the file &amp;#39;This is a + test.txt&amp;#39; becomes &amp;#39;This is a&amp;nbsp; test.txt&amp;#39;&lt;/p&gt;&lt;p&gt;&amp;nbsp;It seems like there is some kind of bug in the webdav module that does not properly URL encode/decode a file with a + symbol.&lt;/p&gt;&lt;p&gt;&amp;#39;This is a + test.txt&amp;#39; should become:&lt;/p&gt;&lt;p&gt;&amp;#39;This+is+a+%2B+test%2Etxt&amp;#39;&lt;/p&gt;&lt;p&gt;However when the webdav module receives the PUT command it does not properly URL decode and instead becomes:&lt;/p&gt;&lt;p&gt;&amp;#39;This is a&amp;nbsp; test.txt&amp;#39;&lt;/p&gt;&lt;p&gt;I view this as a pretty serious bug because files with +&amp;#39;s in them are totally valid in the win32 file system.&amp;nbsp; Due to the nature of the files and customers I&amp;#39;m working with it is not possible for me to rename these files.&lt;/p&gt;&lt;p&gt;Anyone from the IIS team want to comment? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Webdav - File names with + symbol not working correctly when copied to webdav mapped network drive</title><link>http://forums.iis.net/thread/1881740.aspx</link><pubDate>Fri, 10 Oct 2008 15:01:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1881740</guid><dc:creator>eokim</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1881740.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1045&amp;PostID=1881740</wfw:commentRss><description>&lt;p&gt;It seems like &amp;#39;+&amp;#39; is not allowed in url.&lt;/p&gt;
&lt;p&gt;Please, refer to &lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;a href="http://blogs.iis.net/thomad/archive/2007/12/17/iis7-rejecting-urls-containing.aspx"&gt;&lt;font face="Calibri" size="3"&gt;http://blogs.iis.net/thomad/archive/2007/12/17/iis7-rejecting-urls-containing.aspx&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="COLOR:#1f497d;"&gt;Thanks.&lt;/span&gt;</description></item><item><title>Webdav - File names with + symbol not working correctly when copied to webdav mapped network drive</title><link>http://forums.iis.net/thread/1881652.aspx</link><pubDate>Thu, 09 Oct 2008 14:01:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1881652</guid><dc:creator>KeithHutch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1881652.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1045&amp;PostID=1881652</wfw:commentRss><description>&lt;p&gt;OK I&amp;#39;m having a weird problem that I would like to know if anyone else is experiencing.&lt;/p&gt;&lt;p&gt;Windows 2008 server (RTM any version)&lt;br /&gt;&lt;/p&gt;&lt;p&gt; IIS 7.0 with &lt;a href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1618" title="Webdav module"&gt;Webdav module&lt;/a&gt; and &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=31fc62d7-abd0-4ac0-b727-d5ef0a50f8cc&amp;amp;DisplayLang=en" title="QFE hotfix"&gt;QFE hotfix&lt;/a&gt; with request filtering disabled or not installed.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Try and copy a file with a file name containing a + symbol from another computer with a mapped network drive to the webdav share &amp;#39;http://www.mytestsite.com/test&amp;#39;.&amp;nbsp; Like this:&lt;/p&gt;&lt;p&gt;&amp;#39;This is a + test.txt&amp;#39;&lt;/p&gt;&lt;p&gt;&amp;nbsp;What I am seeing is that the file will be created but the + symbol will disappear. When saved to the webdav share the file will appear as:&lt;/p&gt;&lt;p&gt;&amp;#39;This is a&amp;nbsp;&amp;nbsp; test.txt&amp;#39;&lt;/p&gt;&lt;p&gt;It seems webdav is not processing files with a + in the filename even though this is a totally valid file name in the win32 file system.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Can anyone else confirm this?&amp;nbsp; I&amp;#39;m at a loss as to how we can go about fixing this problem.&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Keith &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>