Details
Assignee
UnassignedUnassignedReporter
Julian HalliwellJulian HalliwellLabels
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
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Julian Halliwell
Julian HalliwellLabels
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
Priority
Created 11 January 2022 at 16:50
Updated 11 January 2022 at 17:33
When using
<cfoutput encodeFor="html">
etc to create blocks of encoded output, there are cases where specific outputs are already encoded, or need NOT to be encoded (perhaps because they contain legitimate markup).In the original enhancement ticket for
encodeFor
, Pete Freitag suggestedPreserveEncoding()
for this purpose (in the comments).Can this be implemented please?