CF10 Updater 14

If you are using CFCONTENT with images or PDFs you will run into serious troubles with ColdFusion 10 Updater 14. These updater contains an upgrade of the IIS connector and will break your websites. This is known to be an issue with ColdFusion 11 and ColdFusion 10. The bug has been logged with Adobe as coldfusion 10 update 14. failed to load pdf document, but the issue goes far beyond PDFs.

Symptoms:

  • An URL use CFCONTENT tag to output a PDF or an image to the browser. If you have URL parameters attached to this URL it will fail to download.
  • Wireshark traces show that no binary data is send to the web browser. You only see a GET and some headers, but no content.

Workarounds:

  1. Replace Updater 14 connector DLL C:\ColdFusion10\config\wsconfig\[ID]\isapi_redirect.dll with the connector DLL from Updater 12.
  2. Uninstall CF 10 Updater 14

Repro case:

If you are using file based EHCache in Coldfusion you will run into serious troubles with ColdFusion 10 Updater 14 and your application goes down. You can find this case in bugtracker #3858286: CacheManager has been shut down error with Update 14. These updater contains an upgrade of EHCache library from version 2.5.1 to 2.6.6 to fix the bug #3339491: Upgrading Ehcache causes silent failure and unexpected behavior. You may have also seen that EHCache 2.6.6 is not available on EHCache download pages, but I do not know why yet. I guess it is sooo unstable that these version may has been removed.

Symptoms:

  • The CacheManager has been shut down. It can no longer be used.

Workarounds: