Issues
- allow returning custom statusCode, mimetype and charset for echoGetLDEV-4322Resolved issue: LDEV-4322Pothys - MitrahSoft
- unsupported charset in HTTP responseLDEV-4262Resolved issue: LDEV-4262Pothys - MitrahSoft
- internalRequest() not sending charsetLDEV-4203Michael Offner
- Lucee ignores application/x-www-form-urlencoded mimetype in CFHTTP responseLDEV-3679Resolved issue: LDEV-3679Pothys - MitrahSoft
- CFHTTP result is missing charsetLDEV-3678Resolved issue: LDEV-3678Pothys - MitrahSoft
- test.tags.Query.testQueryParamCharset tests failing on windowsLDEV-3316Resolved issue: LDEV-3316Michael Offner
- Encoding problem with scheduler.xml after Lucee restart (ISO-8859-1 vs UTF-8)LDEV-3269Michael Offner
- cfdocument incorrectly appends charset to content-typeLDEV-3262Resolved issue: LDEV-3262Michael Offner
- Admin area : Edit Web charset in Settings - Charset and default valueLDEV-3224Resolved issue: LDEV-3224Pothys - MitrahSoft
- cfcontent incorrectly appends ;charset=UTF-8 for binary content-typesLDEV-2995Michael Offner
- cfhttp charset is not workingLDEV-1856Resolved issue: LDEV-1856Pothys - MitrahSoft
11 of 11
allow returning custom statusCode, mimetype and charset for echoGet
Fixed
Description
relates to
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerNew 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
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerNew 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 13 December 2022 at 08:27
Updated 17 November 2023 at 14:18
Resolved 17 November 2023 at 14:17
Activity
Show:
Pothys - MitrahSoft17 November 2023 at 14:17
I checked this ticket and it now allow to return a custom statusCode, mimeType and charset for the echoGet.
add support to echoGet to return statusCode, mimeType and charsets
https://update.lucee.org/rest/update/provider/echoGet
https://update.lucee.org/rest/update/provider/echoGet?statusCode=404
https://update.lucee.org/rest/update/provider/echoGet?statusCode=200&mimeType=text/plain
https://update.lucee.org/rest/update/provider/echoGet?statusCode=200&mimeType=text/plain&charset=utf-8