Details
Assignee
Michael OffnerMichael OffnerReporter
Tim ParkerTim ParkerPriority
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
Tim Parker
Tim ParkerPriority
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 18 July 2019 at 22:55
Updated 4 January 2022 at 11:21
If a mapping exists for '/', and this mapping is bogus... CFDump crashes with a nullPointer exception
To reproduce... create a mapping for '/' and associate it with a non-existent target (i.e. c:\not-a-real-directory)
run code which calls CFDump - it will crash with a nullPointer exception
remove the mapping (or change it to point to a real directory)... and the problem goes away