CFCATCH does not support NAME attribute

Description

Copied from https://issues.jboss.org/browse/RAILO-3140

SSIA, really, but here's a repro:
<cftry>
<cfthrow type="TestException" message="test exception">
<cfcatch name="e">
<cfdump var="#e#">
</cfcatch>
</cftry>
Works on CF, doesn't on Railo.

Environment

None

Activity

Show:

Michael Offner 1 April 2019 at 18:03

we implemented this halfway, because a fully implementation would need to change of the underlying architecture of exception handling. if the attribute name is set, a variable with that name is set in addition to the "cfcatch" to still is set.

Pothys - MitrahSoft 8 March 2019 at 15:37
Edited

I've added a test case for this ticket & confirmed the issue happened on lucee. I've checked with ACF18 and it returns as expected

Pull request: https://github.com/lucee/Lucee/pull/640

Fixed

Details

Assignee

Reporter

Priority

Labels

Fix versions

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Created 1 February 2015 at 16:08
Updated 8 May 2020 at 19:28
Resolved 1 April 2019 at 20:36

Flag notifications