Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Doug Cain / Doug Cain (Doug Cain)
Created: 03/21/2013
Components: Language, CustomTag
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Platforms All
Vote Count: 1
Problem Description: cfimport behave differently in cf10 when resolving the path /../xxx to get to a directory outside the webroot
Steps to Reproduce:
In CF9 this works in CF10 it doesn't.
<cfimport taglib="/../CustomTags/" prefix="myTags">
<myTags:testCustomTag>
Actual Result:
Error Occurred While Processing Request
The tag you are trying to use cannot be found within any tag libraries you have imported.
Unknown tag: myTags:testCustomTag.
ColdFusion cannot determine how to process the tag myTags:renderOrgDropDown because the tag is unknown and is not in any imported tag libraries. The tag name might be misspelled.
Expected Result:
"This is the testCustomTag responding correctly"
Any Workarounds:
change the path to a relative path like "../../CustomTags" but this leaves code much less portable.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3526880
External Customer Info:
External Company:
External Customer Name: Doug Cain
External Customer Email:
External Test Config: My Hardware and Environment details:
Mac Book Pro OS X 10.8.3
Coldfusion 10,0,8,283965 with cumulative hotfix 1 (has been an issue since beta of CF10)
Java 1.7.0_15 (also happens on Java 1.6.xx)
Attachments:
Comments: