PreserveCase in application.cfm

Is there a this.preserveCase setting for application.cfm that works? (this.preserveCase doesn’t)

@Daemach,
Could you please check with the preserve case in an admin server–>language/compiler–>key case–>preserve case. It’ll work fine for dot notation structure keyname.

Any update on this? Using this.preserveCase in application.cfc doesn’t seem to work (admin setting does). We are trying to use docker/commandbox to automate deployment and trying to get all of our admin settings via config file. Thanks.

Did you try these ones?

this.serialization.preserveCaseForStructKey=true;