Copy link to clipboard
Copied
We would like to update our Coldfusion servers from CF 2018 to CF 2021, but we still have mobile apps using flash remoting in connection with the coldfusion servers. We are working on replacing those apps, but this needs time.
On the page about deprecated features I can see that the flash remoting was retired in CF 2018 but I do not see that it was removed in CF 2021.
But when I install CF 2021 there is no administration for flash remoting any more and I did not find out how to get it alive again.
Is it possible to use flash remoting in CF 2021 or was it removed without documentation on the deprecated features page?
Copy link to clipboard
Copied
Anyone who can help here?
Copy link to clipboard
Copied
I agree with you that the situation with Flash is uncertain. I can see from the list of deprecated ColdFusion features that:
However, Flash Remoting settings are still present in the Administrator.
In addition, the ColdFusion 2021 Lockdown Guide confirms that Flash Remoting may still be possible. But with some caveats, such as:
ColdFusion 2021 removed several servlets and servlet mappings related to Flash Remoting and Flash Forms:
/CFFormGateway/*
/cfform-internal/*
*.cfswf
*.as *.sws *.swc
/flashservices/gateway/*
/flex-internal/*
*.mxml
/flex2gateway/*
The above mappings should not be in the web.xml by default.