I have a client whose web application was written entirely in a windows environment and served from windows. Unfortunately there's way to many cases of get "file/At/Somelocation.php" where the file is actually something horrible like "File/at/SomeLocation.PHP".
I really don't want to be forced to work in Windows but it will take weeks if not longer to fix all the casing issues. Am I SOL here?
Edit: The casing issues are well known in the project but since it's only an issue for developers using linux ( me ) it's not a big enough priority that needs fixing in the near term.