Yes, this not only happens for SymProxy but is an entire issue for all Windows products: ie, Windows' paths through directories and filenames are not case-sensitive and unix/linux systems are.
You would run into this problem on any website hosted on non-Windows servers and you try typing/hacking URL addresses. You can get a 404 for a page you are certain exists if you don't type it entirely case correct. If SymProxy "makes" (I understand this as: changes (?)) URI's to lowercase, that would definitely be a bug with SymProxy. I don't think it should change the case of anything. On Apr 3, 1:22 pm, ptr727 <[email protected]> wrote: > Hi, I noticed that the Microsoft Symbol Proxy Server, SymProxy, can't > retrieve symbols from Chrome or Firefox debug symbol servers. > > As background, SymProxy is a single point symbol server for developers > inside an organization, and will retrieve symbols from multiple > internal or external symbol > servers:http://msdn.microsoft.com/en-us/library/cc901417.aspxhttp://www.microsoft.com/whdc/DevTools/Debugging/default.mspx > > It turns out the problem is that SymProxy makes the URI all lowercase, > and I assume the Google and Firefox symbol server web frontends are > Linux based and case sensitive. > > So this is a bit of a problem, can Firefox and Google make their > symbol servers not case sensitive, or can Microsoft change SymProxy to > not change the URI case? > > Here is my post about the problem on the Microsoft > newsgroups:http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg... > > Has anybody else experienced similar problems? > Any other ideas to work around the problem? > > P. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
