Closed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Tim ParkerTim ParkerPriority
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
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Tim Parker
Tim ParkerPriority
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 15 April 2019 at 16:43
Updated 4 May 2020 at 14:49
Resolved 4 May 2020 at 14:49
The following code works in 5.2.8.50, but errors out with 'no matching function' error in 5.3.1.102:
foo = "hello";
WriteOutput(encodeForHTML(foo));