Title:
Bug 75293:(Watson Migration Closure)<cfimport> does not work with prefix="_"
| View in TrackerStatus/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Sean Corfield / Sean Corfield (Sean Corfield)
Created: 02/04/2009
Components: Language, CustomTag
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
<cfimport> does not work with prefix="_"
Method:
<!--- import.cfm --->
<cfimport taglib="." prefix=""/>
<cfimport taglib="." prefix="_"/>
<test>
<_:test>
<!--- test.cfm --->
<cfoutput>test.cfm executed</cfoutput>
This *should* output test.cfm executed twice but it outputs: test.cfm executed<_:test>
FWIW, on Railo and OpenBD, the empty prefix doesn't work but the _ prefix does.
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037432
External Customer Info:
External Company:
External Customer Name: Sean Corfield
External Customer Email: 479B4EDC43F3A88B992016B6
External Test Config: 02/04/2009
Attachments:
Comments: