Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Adam CameronAdam CameronPriority
CriticalLabels
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
None
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Adam Cameron
Adam CameronPriority
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
None
Created 1 February 2015 at 16:08
Updated 8 May 2020 at 19:28
Resolved 1 April 2019 at 20:36
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.