Details
Assignee
Michael OffnerMichael OffnerReporter
Gary StantonGary StantonLabels
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
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Gary Stanton
Gary StantonLabels
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
Priority
Created 22 January 2020 at 14:34
Updated 30 September 2022 at 13:19
When returning HTML content via a remote function, ACF will send a content-type header of 'text/html', while Lucee sends 'text/plain'.
To reproduce:
Save as test.cfc then call:
ACF will display parsed HTML while Lucee will display unparsed HTML code.