cfdiv bind 404 error with updated encryption
We have a shared cfc file that builds html elements, one of which calls a separate function in the file that builds a bound selection box. While testing a newer version of CF in our Dev environment we had been utilizing the following flag in our server settings:
Encryption - = -Dcoldfusion.encryption.useCFMX_COMPATAsDefault
Once we removed the flag, our bind element returns a 404 error, I assume due to the updated encryption in recent CF releases.
Is there anything that needs to be done to make sure cfdiv bind will work with the udpated encryption?
