Refactor request httpcontent code as the lucee bug has been fixed
Description
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Javier Quintero
Javier QuinteroReporter
Luis Majano
Luis MajanoFix versions
Original estimate
Time tracking
No time logged
Priority
Sentry
Linked Issues
Sentry
Linked Issues
Created May 29, 2019 at 3:37 PM
Updated November 9, 2020 at 10:50 PM
Resolved September 8, 2020 at 8:14 PM
// Workaround for https://luceeserver.atlassian.net/browse/LDEV-1119
var body = request.httpContent; if ( isJSON( body ) ) { body = deserializeJSON( request.httpContent ); if ( isStruct( body ) ) { structAppend( rc, body, true ); } }
on `modules_app/api-v1/handlers/Entries.cfc`