Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Peter Freitag / Peter Freitag (Peter Freitag)
Created: 04/04/2014
Components: AJAX
Versions: 11.0
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: Beta_v11 / CF10_Update14
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Linux CentOS 6.4
Vote Count: 1
Problem Description: There are several hard coded references to /CFIDE/scripts/ -- the /CFIDE/scripts path can be changed in the ColdFusion administrator causing the features that rely on a hard coded value to fail:
/CFIDE/scripts/xsl/_cfformvalidation.xsl:6:
<script language="JavaScript" type="text/javascript" src="/CFIDE/scripts/cfform.js"/>
/CFIDE/scripts/cfformhistory.cfm matches
/CFIDE/scripts/ajax/package/cfwebsocketCore.js:1069:
WebSocket.__swfLocation=_cf_contextpath+"/CFIDE/scripts/ajax/resources/websocket/WebSocketMain.swf";
/CFIDE/scripts/ajax/package/cfwebsocketCore.js:1070:
WEB_SOCKET_SWF_LOCATION=_cf_contextpath+"/CFIDE/scripts/ajax/resources/websocket/WebSocketMain.swf";
/CFIDE/scripts/ajax/package/cfajax.js:1283:
Ext.BLANK_IMAGE_URL=_cf_contextpath+"/CFIDE/scripts/ajax/resources/ext/images/default/s.gif";
/CFIDE/scripts/ajax/smp/StrobeMediaPlayer.js:45:
flashvars.skin = "/CFIDE/scripts/ajax/resources/cf/skins/"+device.getProfile().type+"-skin.xml"
/CFIDE/scripts/ajax/resources/cf/uploadfile.css:136:
background: #e0e8f3 url(/CFIDE/scripts/ajax/resources/ext/images/default/qtip/bg.gif) repeat-x;
/CFIDE/scripts/ajax/resources/cf/skins/tablet-skin.xml:3:
<elements basePath="/CFIDE/scripts/ajax/resources/cf/smp/tablet-images/incontext/">
/CFIDE/scripts/ajax/resources/cf/skins/smartphone-skin.xml:3:
<elements basePath="/CFIDE/scripts/ajax/resources/cf/smp/mobile-images/">
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3737272
External Customer Info:
External Company:
External Customer Name: pete_freitag
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: