tracker issue : CF-4188160

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

hasEndTag reports false positive when calling cfmodule in script

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)

Created: 09/09/2016

Components: Language

Versions: 2016

Failure Type:

Found In Build/Fixed In Build: CF2016_Update1 /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Platforms All

Vote Count: 0

Duplicate ID:	CF-4168114

Repro:
https://github.com/adamcameron/cfml/blob/master/language/customtags/mode/test.cfm#L30

After discussion on CFML Slack channel:

cfmodule(template="tag.cfm")

Should be analogous to this:
<cfmodule template="tag.cfm">

But in fact it is analogous to:
<cfmodule template="tag.cfm" />


This:
<cfmodule template="tag.cfm" />

would be this, surely:
cfmodule(template="tag.cfm"){}

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4188160

External Customer Info:
External Company:  
External Customer Name: Adam Cameron
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

The issue was reported in the bug #CF-4168114, and will be available as a fix in a future release.
Comment by Immanuel N.
1842 | September 16, 2016 05:12:09 AM GMT
Cool, cheers. Sorry did not find that issue when searching before raising the bug.
Comment by External U.
1843 | September 19, 2016 03:09:45 PM GMT