Boxlang - Cfconfig - whitespaceManagement to false

Hi,

I’m trying to set whitespaceManagement to false in the boxlang.json via the cfconfig file.

According to the documentation: Config Items | CFConfig Documentation

Setting the value to “off” results in “off” being written to boxlang.json, but “off” doesn’t seem to be interpreted as false.

Based on my testing, I really need this setting to be explicitly false (boolean or string) in order for BoxLang to function correctly with this option.

I also tried setting the value to false (as a boolean) and “false” (as a string), but it still ends up as “off” in boxlang.json.

Unsure if it’s a bug (I’ll open a ticket if you think that’s the case).

Thanks !