Sharepoint Navigator URL in all emails

I see this behavior from time to time when the site url will have all caps if it is related to navigation. The site name is not fully qualified, and the URL follows a general rule in most cases. It seems that all uppercase routines come and go and are not related to anything. Has anyone else seen this or knew how to stop it?

0


a source to share


3 answers


I just looked into this. This is part of internal caching; sharepoint converts some links to uppercase to make the comparison case insensitive. As far as I can tell, there is nothing you can do about it.



http://support.microsoft.com/kb/953457

+1


a source


Check the welcome page settings for the site - where the link used in navigation occurs.



+1


a source


I saw this ... my dev team called this when they created a custom navigation provider and validated the values โ€‹โ€‹in the url. They converted the url to all uppercase letters to make it easier to find strings.

0


a source







All Articles