tracker issue : CF-3713869

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

CFCLIENT: Exception message when included template code is not in cfclient tags, should contain the cause of exception as well.

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)

Created: 02/26/2014

Components: Mobile Support, Data Structure

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 288763 /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 0

I have a file a.cfm that includes b.cfm:
a.cfm---
<div id="actual_1" class="actual">
<cfclient>
	<cftry>
		<cfinclude template="b.cfm">
		<cfcatch>
		<cfoutput>#cfcatch.message#</cfoutput>
		</cfcatch>
	</cftry>
</cfclient>
</div>

b.cfm ---
<cfscript>
	myArrayObjNY.append();
</cfscript>

Execute a.cfm 
Expected : should give exception message as : An exception has occurred in the processing of CFClient code : 'The file : C:\ColdFusionSplendor\cfusion\wwwroot\Bugs\3679393\b.cfm cannot have server side tags'
Actual: gives exception message as -- An exception has occurred in the processing of CFClient code : '' 

Though stack trace shows the complete message but it should be shown in the Exception message as well.

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

Watson Bug ID:	3713869

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments: