Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Adam CameronAdam CameronPriority
MinorLabels
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
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Adam Cameron
Adam CameronPriority
Labels
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
Affects versions
Created 26 April 2015 at 13:05
Updated 6 October 2015 at 17:00
Resolved 6 October 2015 at 17:00
It's difficult to explain, but this code demonstrates it:
This outputs:
It's because of the reused name `e` in the exception handling. Note this is NOT a problem on ColdFusion. I do not what I ought to be expecting here (although I clearly didn't write that code expecting it to have problems!)
If I change either `e` declarations to something else, the code works as expected.