ColdFusion 2025 Auto-Lockdown
I am trying to run the ColdFusion 2025 Auto-Lockdown on ColdFusion Update 4.
At first it was failing with the following error in the application log: Function getAdminSettings does not support adminpassword as an argument in ...CFIDE\lockdown\lockdown.cfc.
I read on the Update 2 page (https://helpx.adobe.com/coldfusion/kb/coldfusion-2025-update-2.html), If you want to apply lockdown on this update, add the -Dcoldfusion.runtime.remotemethod.matchArguments flag. So I did that.
Now I am getting a new error: The USERNAME parameter to the getAdminSettings function is required but was not passed in.
Are there any other modification or jvm flags I need to add to run the auto-lockdown? Thank you.
