Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
David RaschperDavid RaschperLabels
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
Sprint
NonePriority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
David Raschper
David RaschperLabels
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
Sprint
None
Priority
Created 18 October 2021 at 12:57
Updated 18 September 2024 at 10:18
Resolved 9 November 2021 at 11:30
When using the cfcontent-tag without type-attribute, the content-type is always text/html.
Coldfusion uses the content-type from the given file.
Example:
<cfcontent file="assets/img/img-code.png" />
Content-Type Lucee: text/html
Content-Type Coldfusion: image/png