Re: CF10 Tomcat case sensitivity

2012-06-01 Thread Byron Mann
Believe, it was specifically jsp code that was at risk. IMHO and based off of experience, all lower case in the URI is the way to go. Fully realizing this is a matter of personal preferance, but It just makes all your linking and such easier and more consistent when it comes to things like SEO.

CF10 Tomcat case sensitivity

2012-05-31 Thread Chad Baloga
Does anyone know how to turn off the file case sensitivity on CF10/Tomcat? That is the first thing I noticed today after installing some of my images which has different cases did not show up. EX: It is saying that Image.jpg is not the same as image.jpg, and a red X appears.

Re: CF10 Tomcat case sensitivity

2012-05-31 Thread Chad Baloga
Found out how.. look for context.xml under {drive}\ColdFusion10\cfusion\runtime\conf Change the context tag to look like: Context AllowLinking=true caseSensitive=true Restart the CF service ~| Order the Adobe Coldfusion

Re: CF10 Tomcat case sensitivity

2012-05-31 Thread Nathan Strutz
I looked it up a few weeks ago, and, in short, that's not really possible. Tomcat 5 and 6 allowed it, but with the caveat that it breaks a lot of things and can exposes source code on Windows. Tomcat 7 deprecated the feature altogether. Sorry I wish it weren't true, but it is. I ran into it when