Bugs fixed in ColdFusion 11 Update 14
Bug ID | Description | Component |
CF-4199667 | After applying updates 4 and 5 to ColdFusion (2016 release), |
Security |
CF-4199594 | When using "Your security setting have blocked an application signed with an expired or not-yet-valid certificate from running". |
CFForm |
CF-4014234 | When using CFFTP to connect to some S-FTP server, during connection, you can see the following error message: "Algorithm negotiation fail". |
sFTP |
For a cluster setup, if the main instance (
As a work-around:
- Open context.xml present at C:\ColdFusion11\cfusion\runtime\conf.
- Comment <Manager notifyListenersOnReplication="true" className="org.apache.catalina.ha.session.DeltaManager" expireSessionsOnShutdown="false"/>.
- Un-comment <Manager pathname="" />.
- Restart the main instance.