We have an issue with Sharepoint query results and case sensitivity. In particular the following:
If a query result returns the following
http://www.domainname.com/virtualdirectory/abc/file.pdf
But the proper URL would be the following:
http://www.domainname.com/virtualdirectory/ABC/file.pdf
***NOTE "abc" is upper-case
The query converts the upper-case portion of the URL to lower-case and therefore we get an error when clicking on the search result link.
Is this because we're not running SP1 for MOSS 2007? Or is it something else?