Does SharePoint hate "+?

Source: Internet
Author: User

Environment Description:

SharePoint 2007, IIS7, win 2008 server

Problem description:

In the SharePoint document library, when the uploaded attachment name contains a plus sign and the url is used for access in the browser, the system prompts that the file cannot be found, it does not work even if the + sign is converted to url encoding % 2B.

The error message of the accessed page is as follows: HTTP 404 Not Found.

 

Solution:

It is tested that access to such files is normal in SharePoint2007 and IIS6 environments.

Method 1: modify the configuration file applicationHost. config of IIS7

Method 2:

Using this command will make all sites take effect:
Appcmd set config "Default Web Site"/section: system. webServer/Security/requestFiltering-allowDoubleEscaping: True
Using this command will make the specified site take effect:
Appcmd set config "Default Web Site"/section: system. webServer/Security/requestFiltering-allowDoubleEscaping: True/commit: appHos
After setting, you do not need to restart IIS.
References:

Http://support.microsoft.com/kb/2022903
Http://support.microsoft.com /? Id = 942076
Http://www.powerobjects.com/blog/2010/02/03/sharepoint-hates-plus-signs/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.