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.

-- 
Byron Mann
Lead Engineer  Architect
HostMySite.com

On Thu, May 31, 2012 at 1:52 PM, Nathan Strutz str...@gmail.com wrote:

 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 trying to visit
 /cfide/administrator/, which is a 404 on CF10 because it's supposed to be
 /CFIDE/administrator/. Totally aggravating, but that's the price for a
 better server.

 nathan strutz
 [www.dopefly.com] [hi.im/nathanstrutz] [about.me/nathanstrutz]



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351413
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351377
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351379
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 trying to visit
/cfide/administrator/, which is a 404 on CF10 because it's supposed to be
/CFIDE/administrator/. Totally aggravating, but that's the price for a
better server.

nathan strutz
[www.dopefly.com] [hi.im/nathanstrutz] [about.me/nathanstrutz]


On Thu, May 31, 2012 at 10:25 AM, Chad Baloga cbal...@gmail.com wrote:


 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.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351382
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm