I raised this in slack but raising as a ticket so can be tracked.
In both Lucee and ACF has returns uppercase values. In BoxLang it is lowercase. This presents a problem for running existing CFML apps on BoxLang. Examples of where this is a problem:
files names generated using a hash
hashing in loops (see below)
password hashing (with salt) and then using compare (case sensitive)
Can we have it so that in the bx-compat-cfml module it does uppercase?
Activity
Show:
Jon Clausen April 8, 2025 at 1:33 PM
This is resolved in the latest version of the compat module
Fixed
Pinned fields
Click on the next to a field label to start pinning.
I raised this in slack but raising as a ticket so can be tracked.
In both Lucee and ACF has returns uppercase values. In BoxLang it is lowercase. This presents a problem for running existing CFML apps on BoxLang. Examples of where this is a problem:
files names generated using a hash
hashing in loops (see below)
password hashing (with salt) and then using compare (case sensitive)
Can we have it so that in the
bx-compat-cfml
module it does uppercase?