salted
03/15/2023, 10:03 AMIn this release, we’ve addressed some security vulnerabilities and added the following jvm flags to that effect.
-Dcoldfusion.cfclient.enable=true/false
-Dcoldfusion.cfclient.allowNonCfc=true/false
Mark Takata (Adobe)
03/15/2023, 3:19 PMNEW JVM FLAGS
In this update, we've disabled cfclient by default. If you need to enable it, there is a new flag to do it.
-Dcoldfusion.cfclient.enable=true/false
Doing so will enable cfclient, but will allow only CFCs to be read. To allow other files to be read, use the flag listed below:
-Dcoldfusion.cfclient.allowNonCfc=true/false
salted
03/15/2023, 4:02 PMseancorfield
Mark Takata (Adobe)
03/15/2023, 5:58 PM