Anyone else that have problems with preserveCaseFo...
# cfml-general
t
Anyone else that have problems with preserveCaseForSerialize not working in CF2023? The setting is true in the CFadmin and
neo-runtime.xml
, but keys are still returning in CAPITALS
r
Known bug if it's the local scope. May affect other situations as well. https://tracker.adobe.com/#/view/CF-4218099
t
😒 not production ready like this
t
I just spent some quality time refactoring a bunch of code to work around it. The application.cfc setting also gets ignored.
And sometimes the casing on cfc properties is messed up, but I wasn't able to find a pattern as to when.