Won't Do
Details
Assignee
UnassignedUnassignedReporter
Adam CameronAdam CameronNew 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
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Adam Cameron
Adam CameronNew 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
Priority
Created 1 February 2015 at 16:20
Updated 20 November 2015 at 08:53
Resolved 11 November 2015 at 21:08
Copied from https://issues.jboss.org/browse/RAILO-2926
See http://cfmlblog.adamcameron.me/2014/02/expressions-and-operators-and-doing.html
It'd be great for Railo to have a feature toggling system so it can:
a) safely fix bungness that it has due to emulating bad ColdFusion behaviour (eg: isNull)
b) safely fix its own bugs without breaking code out in the wild.
The toggle should default to running new/correct behaviour, but all devs to toggle the fixes off whilst they get their code updated.
Any usage of toggled "bad" features should be logged to stderr.