Issues
- For-in loop throws NullPointerException when located within finally blockLDEV-3393Michael Offner
- Start and End Tag has not the same Name [cfcase-cftransaction]LDEV-3302
- cfinclude w/ cachedwithin not working within cfscriptLDEV-3069Michael Offner
- cfchart in cfscript does not work - says missing ; or line feedLDEV-2629Resolved issue: LDEV-2629Michael Offner
- xmlParse doesn't work and then kills Lucee server instanceLDEV-2253Resolved issue: LDEV-2253Michael Offner
- Daisydiff library corrupts lucee-web.xml.cfm and prevents Lucee startLDEV-1605Resolved issue: LDEV-1605
- The key [lucee.runtime.cache.eh.EHCache] does not existLDEV-1601Resolved issue: LDEV-1601Pothys - MitrahSoft
- Search menu item is visible, but no search extension is installedLDEV-1600Resolved issue: LDEV-1600Michael Offner
8 of 8
For-in loop throws NullPointerException when located within finally block
Description
relates to
Details
Assignee
Michael OffnerMichael OffnerReporter
Bakianyor BakiaBakianyor BakiaPriority
CriticalNew 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
Bakianyor Bakia
Bakianyor BakiaPriority
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 25 March 2021 at 15:41
Updated 17 April 2023 at 06:18
Activity
Pothys - MitrahSoft26 March 2021 at 10:27
I've checked this ticket and confirmed the issue happened on lucee latest version 5.3.8.162-SNAPSHOT also. Using for-loop inside the try/finally block throws an NPE. Seems ACF works fine. I added a testcase for this ticket
Pull Request: https://github.com/lucee/Lucee/pull/1252
Here is the stacktrace
The for-in loop throws a NullPointerException when it is located within the finally-block. You can reproduce this with either of the following: