Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): dakota c / ()
Created: 06/13/2018
Components: Accessibility
Versions: 2016
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: ColdFusion 2016 Update 6 /
Priority/Frequency: Normal / All users will encounter
Locale/System: UK English / Win 2016
Vote Count: 0
Problem Description:
The cfimport tag is spontaneously loading the incorrect path of the ColdFusion 2016 "wwwroot" directory rather than the relevant application's "wwwroot".
This issue occurs when using the taglib attribute. The cfimport example being used is below.
<cfimport taglib="/core/customtags/jlb" prefix="jlb">
<jlb:queryRow2Struct qry="#variables.qPage#">
When attempting to run the tag, it attempts to call the ColdFusion 2016 "wwwroot" directory "C:/ColdFusion2016/cfusion/wwwroot/core/customtags/jlb/queryRow2Struct.cfm" resulting in a Sandbox Security error. This is a completely different path than the application calling the imported tag.
Temporary Workaround: Restarting ColdFusion
Server Environment: ColdFusion 2016 - IIS
Steps to Reproduce: This issue spontaneously occurs with any sites using the cfimport tag with the taglib attribute on the server. This issue is random.
Any Workarounds:
Restarting ColdFusion
Attachments:
Comments: