<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/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/"><channel><title>Inside Entourage by Amir : Security</title><link>http://blogs.technet.com/amir/archive/tags/Security/default.aspx</link><description>Tags: Security</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>E-mail Download Issue in Entourage With Exchange 2007 on Windows 2008</title><link>http://blogs.technet.com/amir/archive/2008/08/06/e-mail-download-issue-in-entourage-with-exchange-2007-on-windows-2008.aspx</link><pubDate>Wed, 06 Aug 2008 19:00:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3100753</guid><dc:creator>amir</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.technet.com/amir/comments/3100753.aspx</comments><wfw:commentRss>http://blogs.technet.com/amir/commentrss.aspx?PostID=3100753</wfw:commentRss><wfw:comment>http://blogs.technet.com/amir/rsscomments.aspx?PostID=3100753</wfw:comment><description>&lt;p&gt;In this blog post I wanted to talk about another new issue being experienced by our customers who are working with Exchange 2007 on Windows 2008. Windows Server 2008 is the key here as it relates to IIS 7 (Internet Information Server) and it's default security restrictions.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Issue&lt;/strong&gt;&lt;br/&gt;Using Entourage for Mac (2004 or 2008) while connecting to an Exchange 2007 mailbox on a Windows 2008 Server, user cannot download any e-mail message which has a plus sign in it's subject line, like 'Test + Mail'.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Cause&lt;/strong&gt;&lt;br/&gt;Entourage's request to download this e-mail message goes thru IIS 7 on Windows 2008 Server, which is configured (by default) to deny 'double escape sequences' in any HTTP request and thus it rejects the request with a '404.11' error.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolution&lt;/strong&gt;&lt;br/&gt;As Entourage talks to 'Exchange' virtual directory (for mailbox access) under 'Default Website' on IIS, thus you can use the following procedure to allow the use of 'double escape sequence' &lt;span style="text-decoration:underline"&gt;only&lt;/span&gt; at that level to address this issue. This will minimize the risk you will be taking to enable the usage of double escape sequence. Enabling the use of 'double escape sequence' does carry some risk, please go thru the links below under 'More Info' section to get yourself educated on the issue &amp;amp; involved risks before you work on the steps below.
&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline"&gt;Quick &amp;amp; Easy Way&lt;/span&gt;&lt;br/&gt;You will need to run this command on all of your Exchange 2007 CAS and Mailbox Servers as IIS is installed on them by default.
&lt;/p&gt;&lt;p&gt;Bring up a Windows 'Command Prompt', type the following command and hit 'Enter' on keyboard, that's it, you are done!
&lt;/p&gt;&lt;p&gt;&lt;span style="color:blue"&gt;%windir%\system32\inetsrv\appcmd set config "http://localhost/Exchange" -section:system.webServer/security/requestfiltering -allowDoubleEscaping:true /commit:apphost
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;You will see the following response after running the above command in the same window.
&lt;/p&gt;&lt;p&gt;&lt;span style="color:blue"&gt;Applied configuration changes to section "system.webServer/security/requestFiltering" for "MACHINE/WEBROOT/APPHOST/Default Web Site/Exchange" at configuration commit path "MACHINE/WEBROOT/APPHOST"
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;After running this command, you don't need to restart any services on server, just run the command and ask your Entourage users to see if the issue has been resolved for them, at the most you can ask them to re-launch Entourage.
&lt;/p&gt;&lt;p&gt;OR if you are a guy who is interested in details, then you can follow the manual steps outlined below.
&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline"&gt;Manual Steps&lt;/span&gt;&lt;br/&gt;1. Bring up Notepad : File : Open, type &lt;span style="color:blue"&gt;%windir%\System32\inetsrv\config\applicationHost.config&lt;/span&gt; in the 'File name' box, and then click 'Open'.
&lt;/p&gt;&lt;p&gt;2. Locate the section titled as: &lt;span style="color:blue"&gt;&amp;lt;location path="Default Web Site/Exchange"&amp;gt;&lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;3. Under that section locate &lt;span style="color:blue"&gt;&amp;lt;/authentication&amp;gt;&lt;/span&gt; tag
&lt;/p&gt;&lt;p&gt;4. Just after that insert the following text on a new line: &lt;span style="color:blue"&gt;&amp;lt;requestFiltering allowDoubleEscaping="true" /&amp;gt;&lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;5. Save the file and 'Exit' Notepad
&lt;/p&gt;&lt;p&gt;Again, no restart of any service is required.
&lt;/p&gt;&lt;p&gt;Note:&lt;br/&gt;As Entourage talks to 'Public' virtual directory (for public folder access) under 'Default Website' on IIS, thus you will need to follow the same procedure for 'Public' virtual directory as well. Same instructions apply, just replace 'Exchange' with 'Public' in all steps mentioned above.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Details&lt;/strong&gt;&lt;br/&gt;Let's go into the details of this issue. First of all let's see how this issue would look like to an Entourage user when he looks at his Inbox thru Outlook Web Access &amp;amp; Entourage.
&lt;/p&gt;&lt;p&gt;Outlook Web Access thru Safari (note the presence of messages with '+' in their subject lines, i.e. 'Movie + Dinner' &amp;amp; 'Test + Message')
&lt;/p&gt;&lt;p&gt;&lt;img src="http://erage.members.winisp.net/080608_1600_EmailDownlo1.png" alt=""/&gt;
	&lt;/p&gt;&lt;p&gt;Entourage 2008 (note the absence of messages with '+' in their subject lines, i.e. 'Movie + Dinner' &amp;amp; 'Test + Message')
&lt;/p&gt;&lt;p&gt;&lt;img src="http://erage.members.winisp.net/080608_1600_EmailDownlo2.png" alt=""/&gt;
	&lt;/p&gt;&lt;p&gt;So how did it happen? Let's review the TCPFlow Trace pasted below, which I took on Entourage user's machine. Important parts are highlighted in red.
&lt;/p&gt;&lt;p&gt;&lt;span style="color:blue"&gt;65.53.65.121 = Entourage Client
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:blue"&gt;172.30.142.217 = Exchange 2007 CAS Server
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;In the trace snippet pasted below Entourage client is requesting (thru SEARCH command) if there are any changes in user's Inbox, i.e. if there are any new items there for Entourage to retrieve and sync down to its local database.
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;065.053.065.121.51253-172.030.142.217.00080:&lt;br/&gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;SEARCH /exchange/john/Inbox/ HTTP/1.1&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;Host: 172.30.142.217&lt;br/&gt;From: 65.53.65.121&lt;br/&gt;User-Agent: Entourage/12.10.0 (PPC Mac OS X 10.4.9)&lt;br/&gt;Accept: */*&lt;br/&gt;Accept-Language: en&lt;br/&gt;Content-Type: text/xml; charset="utf-8"&lt;br/&gt;Brief: t&lt;br/&gt;Translate: F&lt;br/&gt;Range: Rows=0-512&lt;br/&gt;Cookie: sessionid=7f5d08a5-f5ef-4e36-91e1-8c57c1c2a67f;&lt;br/&gt;cadata="4Soepik9ZpG1ev4w+C87pKQrHkOOeTHX4IiYZdRzhFlUtMQICwpFE3&lt;br/&gt;/xSe3jJmd6QpyBoZI08NwuacKT+wAeWBA==";&lt;br/&gt;OwaLbe={7313483B-4B9B-459B-8EB9-8D0BEE690596}&lt;br/&gt;Content-Length: 743&lt;br/&gt;Accept-Encoding: gzip&lt;br/&gt;Connection: Keep-Alive
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#7030a0; font-family:Courier New; font-size:10pt"&gt;065.053.065.121.51253-172.030.142.217.00080:&lt;br/&gt;&amp;lt;?xml version="1.0"?&amp;gt;&amp;lt;D:searchrequestxmlns:D="DAV:"&lt;br/&gt;xmlns:R="&amp;lt;http://schemas.microsoft.com/repl/&amp;gt;"&amp;gt;&lt;br/&gt;&amp;lt;R:repl&amp;gt;&amp;lt;R:collblob&amp;gt;toCTAAMAAQIgzWX+UAA=&amp;lt;/R:collblob&amp;gt;&lt;br/&gt;&amp;lt;/R:repl&amp;gt;&amp;lt;D:sql&amp;gt;SELECT &lt;br/&gt;"&amp;lt;http://schemas.microsoft.com/repl/repl-uid&amp;gt;",&lt;br/&gt;"&amp;lt;http://schemas.microsoft.com/repl/resourcetag&amp;gt;",&lt;br/&gt;"&amp;lt;http://schemas.microsoft.com/mapi/proptag/x001A001F&amp;gt;",&lt;br/&gt;"&amp;lt;http://schemas.microsoft.com/mapi/sensitivity&amp;gt;",&lt;br/&gt;"urn:schemas:httpmail:read", "urn:schemas:httpmail:datereceived"&lt;br/&gt;FROM SCOPE ('SHALLOW TRAVERSAL OF "/exchange/john/Inbox/"')&lt;br/&gt;WHERE "&amp;lt;http://schemas.microsoft.com/mapi/proptag/0x67aa000b&amp;gt;"&lt;br/&gt;= false AND "DAV:isfolder" = false&amp;lt;/D:sql&amp;gt;&amp;lt;/D:searchrequest&amp;gt;
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;And here comes the response from server with the URL of the new item, which is an e-mail with the subject 'Test + Mail' (we are working with only one message to keep things simple) …
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;172.030.142.217.00080-065.053.065.121.51253:&lt;br/&gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;HTTP/1.1 207 Multi-Status&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;Transfer-Encoding: chunked&lt;br/&gt;Content-Type: text/xml&lt;br/&gt;Content-Range: rows 0-0; total=*&lt;br/&gt;Accept-Ranges: rows&lt;br/&gt;Server: Microsoft-IIS/7.0&lt;br/&gt;Set-Cookie: OwaLbe={7313483B-4B9B-459B-8EB9-8D0BEE690596}; path=/&lt;br/&gt;MS-WebStorage: 08.01.10240&lt;br/&gt;MS-WebStorage: 08.01.10240&lt;br/&gt;X-Powered-By: ASP.NET&lt;br/&gt;X-Powered-By: ASP.NET&lt;br/&gt;Date: Fri, 20 Jun 2008 21:46:52 GMT
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;172.030.142.217.00080-065.053.065.121.51253:&lt;br/&gt;&amp;lt;?xml version="1.0"?&amp;gt;&amp;lt;a:multistatusxmlns:b="urn:&lt;br/&gt;uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/"&lt;br/&gt;xmlns:g="urn:schemas:httpmail:"&lt;br/&gt;xmlns:f="&amp;lt;http://schemas.microsoft.com/mapi/&amp;gt;" &lt;br/&gt;xmlns:c="xml:" &lt;br/&gt;xmlns:e="&amp;lt;http://schemas.microsoft.com/mapi/proptag/&amp;gt;"&lt;br/&gt;xmlns:d="&amp;lt;http://schemas.microsoft.com/repl/&amp;gt;" &lt;br/&gt;xmlns:a="DAV:"&amp;gt;&amp;lt;a:contentrange&amp;gt;&lt;br/&gt;0-0&amp;lt;/a:contentrange&amp;gt;&amp;lt;a:response&amp;gt;&amp;lt;a:href&amp;gt;&lt;br/&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;http://172.30.142.217/exchange/john/Inbox/Test%20%2B%20Mail.EML&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&amp;lt;/a:href&amp;gt;&amp;lt;d:changetype&amp;gt;new&amp;lt;/d:changetype&amp;gt;&amp;lt;a:propstat&amp;gt;&amp;lt;a:status&amp;gt;&lt;br/&gt;HTTP/1.1&amp;gt; 200 OK&amp;lt;/a:status&amp;gt;&amp;lt;a:prop&amp;gt;&amp;lt;d:repl-uid&amp;gt;&lt;br/&gt;rid:d17078df5926b048921786b466da7185000220cd63ff&lt;br/&gt;&amp;lt;/d:repl-uid&amp;gt;&amp;lt;d:resourcetag&amp;gt;rt:d5926b04892185000220cd728e&lt;br/&gt;&amp;lt;/d:resourcetag&amp;gt;&amp;lt;e:x001A001F&amp;gt;IPM.Note&amp;lt;/e:x001A001F&amp;gt;&lt;br/&gt;&amp;lt;f:sensitivity b:dt="int"&amp;gt;0&amp;lt;/f:sensitivity&amp;gt;&amp;lt;g:readb:dt="boolean"&amp;gt;0&lt;br/&gt;&amp;lt;/g:read&amp;gt;&amp;lt;g:datereceived b:dt="dateTime.tz"&amp;gt;&lt;br/&gt;20080620T21:46:46.895Z&amp;lt;/g:datereceived&amp;gt;&amp;lt;/a:prop&amp;gt;&amp;lt;/a:propstat&amp;gt;&lt;br/&gt;&amp;lt;/a:response&amp;gt;&amp;lt;d:repl&amp;gt;&amp;lt;d:collblob&amp;gt;toaUAABAAYAAiDNY/8A&amp;lt;/d:collblob&amp;gt;&lt;br/&gt;&amp;lt;/d:repl&amp;gt;&amp;lt;/a:multistatus&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;In the snippet below Entourage tries to fetch the new mail message using the URL provided by server …
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;065.053.065.121.51253-172.030.142.217.00080:&lt;br/&gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;PROPFIND /exchange/john/Inbox/Test%20%2B%20Mail.EML HTTP/1.1&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;Host: 172.30.142.217&lt;br/&gt;From: 65.53.65.121&lt;br/&gt;User-Agent: Entourage/12.10.0 (PPC Mac OS X 10.4.9)&lt;br/&gt;Accept: */*&lt;br/&gt;Accept-Language: en&lt;br/&gt;Content-Type: text/xml; charset="utf-8"&lt;br/&gt;Depth: 0&lt;br/&gt;Brief: t&lt;br/&gt;Translate: F&lt;br/&gt;Cookie: sessionid=7f5d08a5-f5ef-4e36-91e1-8c57c1c2a67f;&lt;br/&gt;cadata="4Soepik9ZpG1ev4wJmd6QpyBoZI08NwuacKT+wAeWBA==";&lt;br/&gt;OwaLbe={7313483B-4B9B-459B-8EB9-8D0BEE690596}&lt;br/&gt;Content-Length: 646&lt;br/&gt;Accept-Encoding: gzip&lt;br/&gt;Connection: Keep-Alive
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;And Entourage's receives a 404 error from server for it's request, as IIS7 installed on that Windows 2008 Server (with Exchange 2007) does not allow the use of 'double escape sequence' in any incoming HTTP request.
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;172.030.142.217.00080-065.053.065.121.51253:&lt;br/&gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;HTTP/1.1 404 Not Found&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;Content-Type: text/html&lt;br/&gt;Server: Microsoft-IIS/7.0&lt;br/&gt;X-Powered-By: ASP.NET&lt;br/&gt;Date: Fri, 20 Jun 2008 21:46:52 GMT&lt;br/&gt;Content-Length: 1245&lt;br/&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"&lt;br/&gt;"&amp;lt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;gt;"&amp;gt;&lt;br/&gt;&amp;lt;htmlxmlns="&amp;lt;http://www.w3.org/1999/xhtml&amp;gt;"&amp;gt;&lt;br/&gt;&amp;lt;head&amp;gt;&lt;br/&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html;&lt;br/&gt;charset=iso-8859-1"/&amp;gt;&lt;br/&gt;&amp;lt;title&amp;gt;404 - File or directory not found.&amp;lt;/title&amp;gt;&lt;br/&gt;&amp;lt;style type="text/css"&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#7030a0; font-family:Courier New; font-size:10pt"&gt;&amp;lt;!--
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#7030a0; font-family:Courier New; font-size:10pt"&gt;body{margin:0;font-size:.7em;font-family:Verdana, Arial,&lt;br/&gt;Helvetica, sans-serif;background:#EEEEEE;}&lt;br/&gt;fieldset{padding:0 15px 10px 15px;} &lt;br/&gt;h1{font-size:2.4em;margin:0;color:#FFF;}&lt;br/&gt;h2{font-size:1.7em;margin:0;color:#CC0000;} &lt;br/&gt;h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} &lt;br/&gt;#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;&lt;br/&gt;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;&lt;br/&gt;background-color:#555555;}&lt;br/&gt;#content{margin:0 0 0 2%;position:relative;}&lt;br/&gt;.content-container{background:#FFF;width:96%;margin-top:8px;&lt;br/&gt;padding:10px;position:relative;}
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#7030a0; font-family:Courier New; font-size:10pt"&gt;--&amp;gt;
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;&amp;lt;/style&amp;gt;&lt;br/&gt;&amp;lt;/head&amp;gt;&lt;br/&gt;&amp;lt;body&amp;gt;&lt;br/&gt;&amp;lt;div id="header"&amp;gt;&amp;lt;h1&amp;gt;Server Error&amp;lt;/h1&amp;gt;&amp;lt;/div&amp;gt;&lt;br/&gt;&amp;lt;div id="content"&amp;gt;&lt;br/&gt;&amp;lt;div class="content-container"&amp;gt;&amp;lt;fieldset&amp;gt;&lt;br/&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;404 - File or directory not found.&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&amp;lt;/h2&amp;gt;&lt;br/&gt;&amp;lt;h3&amp;gt;&lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;The resource you are looking for might have been removed,&lt;br/&gt;had its name changed, or is temporarily unavailable.&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt;&amp;lt;/h3&amp;gt;&lt;br/&gt;&amp;lt;/fieldset&amp;gt;&amp;lt;/div&amp;gt;&lt;br/&gt;&amp;lt;/div&amp;gt;&lt;br/&gt;&amp;lt;/body&amp;gt;&lt;br/&gt;&amp;lt;/html&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Now if you look in IIS Log on Exchange 2007 CAS or Mailbox Servers, you will find the following entry there:
&lt;/p&gt;&lt;p&gt;CAS&lt;br/&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;2008-06-20 14:38:09 172.30.142.217 PROPFIND /exchange/john/Inbox/Test+++Mail.EML - 80 - 65.53.65.121 Entourage/12.11.0+(PPC+Mac+OS+X+10.4.9) &lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;404&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt; 11 0 0
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Mailbox&lt;span style="font-family:Courier New; font-size:10pt"&gt;&lt;span style="color:#7030a0"&gt;&lt;br/&gt;2008-06-20 14:38:09 172.30.142.218 PROPFIND /exchange/john/Inbox/Test+++Mail.EML - 80 - 172.30.142.217 Exchange-Server-Frontend-Proxy/6.5+Entourage/12.11.0+(PPC+Mac+OS+X+10.4.9) &lt;/span&gt;&lt;span style="color:red"&gt;&lt;strong&gt;404&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#7030a0"&gt; 11 0 0
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;More Info&lt;/strong&gt;&lt;br/&gt;For more info, you can go thru the following links:
&lt;/p&gt;&lt;p&gt;&lt;a href="http://blogs.iis.net/thomad/archive/2007/12/17/iis7-rejecting-urls-containing.aspx" target="_blank"&gt;Blog&lt;/a&gt; : IIS7 Rejecting URLs Containing Plus Sign '+'
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.owasp.org/index.php/Double_Encoding" target="_blank"&gt;Article&lt;/a&gt; : Double Encoding
&lt;/p&gt;&lt;p&gt;KB &lt;a href="http://support.microsoft.com/kb/942076" target="_blank"&gt;942076&lt;/a&gt; : Error message when you visit a Web site that is hosted on IIS 7.0: "HTTP Error 404.11 – URL_DOUBLE_ESCAPED"
&lt;/p&gt;&lt;p&gt;KB &lt;a href="http://support.microsoft.com/kb/943891" target="_blank"&gt;943891&lt;/a&gt; : The HTTP status codes in IIS 7.0&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3100753" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/amir/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/amir/archive/tags/Top+Issues/default.aspx">Top Issues</category><category domain="http://blogs.technet.com/amir/archive/tags/Entourage+2008/default.aspx">Entourage 2008</category><category domain="http://blogs.technet.com/amir/archive/tags/Entourage+2004/default.aspx">Entourage 2004</category><category domain="http://blogs.technet.com/amir/archive/tags/Known+Issues/default.aspx">Known Issues</category><category domain="http://blogs.technet.com/amir/archive/tags/Mail/default.aspx">Mail</category><category domain="http://blogs.technet.com/amir/archive/tags/Security/default.aspx">Security</category><category domain="http://blogs.technet.com/amir/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category></item></channel></rss>