Details
Assignee
Michael OffnerMichael OffnerReporter
Konstantinos LiakosKonstantinos LiakosPriority
MajorNew 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
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Konstantinos Liakos
Konstantinos LiakosPriority
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
Affects versions
Created 26 July 2016 at 11:15
Updated 21 January 2025 at 14:51
Check here: https://github.com/lucee/Lucee/blob/3bec3cae8d875fdb1023afc887b4b172553cbbbd/core/src/main/java/lucee/runtime/tag/Http.java#L895
mimeType is supposed to only affect type="File". Instead it is used to determine the charset of the body.
So if I pass a string body with utf-8 chars, the string is implicitly converted to stream with some default charset, which messes up the utf-8 chars.