Won't Do
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Julian Halliwell
Julian HalliwellPriority
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 13 March 2017 at 10:14
Updated 14 May 2025 at 11:54
Resolved 8 May 2017 at 18:13
IsValid( "string", object )
returns true when passed an image object.Sample
newImage = ImageNew( "", 1, 1 ); Dump( IsValid( "string", newImage ) );
Expected value
false
Actual value
true
Works as expected under Lucee 4.5