tracker issue : CF-4203843

select a category, or use search below
(searches all categories and all time range)
Title:

ColdFusion Administrator URL is case-sensitive

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): A. Bakia / ()

Created: 12/24/2018

Components: Administrator, Administrator Console

Versions: 2018

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: 2018.0.01.311402 / CF2018U5

Priority/Frequency: Normal / Some users will encounter

Locale/System: / Windows 10 64 bit

Vote Count: 2

Problem Description: 
When you open the ColdFusion Administrator by means of the URL http://127.0.0.1:8500/CFIDE/administrator/index.cfm the interface is different from the one you get when you open it with http://127.0.0.1:8500/CFIDE/ADMINISTRATOR/index.cfm

Steps to Reproduce: 
In the URL of the Administrator, replace 'administrator' with 'ADMINISTRATOR'. Then browser the pages of the Administror.

Actual Result: 
Images and some links are missing from the pages in the ColdFusion Administrator. See attached page comparison.

Expected Result: 
ColdFusion is weakly-typed. There should be no difference in the Administrator interface when you switch from http://127.0.0.1:8500/CFIDE/administrator/index.cfm to http://127.0.0.1:8500/CFIDE/ADMINISTRATOR/index.cfm

Any Workarounds: 
use the following form of the URL: http://127.0.0.1:8500/CFIDE/administrator/index.cfm

Attachments:

Comments:

Please read: "Then browse the pages of the Administrator." in place of "Then browser the pages of the Administror."
Comment by A. B.
30081 | December 24, 2018 01:37:26 PM GMT
+1 - Used to work. Should still work.
Vote by Aaron N.
30097 | January 08, 2019 08:06:41 AM GMT
Hi all, Note: CF10's switching JRun=>Tomcat created this friction. Ex: all-lowercase "localhost:port/cfide/administrator" simply worked in JRun. Adobe, could you please make CF Admin's URL case-insensitive as this ticket requests? Or, at minimum, allow the URL to be typed in ALL-UPPERCASE and all-lowercase? Question: Until this ticket is fixed, is it possible that we can edit web.xml & uriworkermap.properties to allow both "CFIDE/ADMINISTRATOR" & "cfide/administrator"? I tried, unsuccessfully.. (using CF2018 standalone w/ IIS on Win10) Could you please offer some guidance? Thanks!, -Aaron
Comment by Aaron N.
30096 | January 08, 2019 09:13:14 AM GMT