Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
ColdFusion Help / 

Cumulative Hotfix 1 (CHF1) for ColdFusion 9.0.1

Adobe Community Help


Products Affected

  • ColdFusion

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

What's covered

  • Install ColdFusion 9.0.1 Cumulative Hotfix 1 (CHF1)

The following fixes are contained in ColdFusion 9.0.1 Cumulative Hotfix 1 (CHF1). Adobe recommends that you apply CHF1 to ColdFusion 9.0.1 only if you are experiencing one or more of the issues listed in the following table. This cumulative hotfix is specific to ColdFusion 9.0.1 and you don't have to apply it to any other releases. 

Bug ID Description Added in Cumulative Hot Fix
APSB10-18 Security Fix for the directory traversal vulnerability that could lead to information disclosure.  1
83598 Setting default locale to en_GB results in Invalid Date Format error when you run a scheduled task. 1
83638 serializeJSON converts integer to string. 1
83650 Submitting a form inside a cflayout type=”hbox|vbox” results in a JavaScript error. 1
83671 If named arguments with implicit structs and arrays use local variables, it results in ‘variable is undefined’ error. 1
83689 cfdump does not display the changes to the functions for a CFC object. 1
83694 cfgrid sorting does not function as desired for static and dynamic data except when the data is retrieved from the database. 1
83725 If you send mails with inline images, the source image is deleted. 1
83747 ColdFusion ORM preUpdate event handler is called  twice when a persistent entity is updated within a cftransaction.

Note: This issue has been fixed for one data source per request use-case.
1
83818 ColdFusion debugger can fail if the file being debugged is repeatedly revised. 1
83829 cfwindow onShow method is called twice. 1
83836 serializeJSON incorrectly serializes nested objects. Also, in the case of circular references, for example, when handling bidirectional ORM relationship, repeating entities are represented as empty strings instead of empty objects. 1
To the top

Install ColdFusion 9.0.1 Cumulative Hotfix 1 (CHF1)

The installation process is the same for all platforms and installation choices.

Definition of ColdFusion-Home

In the following procedures, {ColdFusion-Home} indicates the following:

  • For Server installation: {ColdFusion-Home}
  • For Multiserver installation: {JRun-Home}/servers/{YourServer}/cfusion-ear/cfusion-war/
  • For J2EE installation: {cfusion-ear-Home}/cfusion-war/  
  1. Download chf9010001.zip and then extract chf9010001.jar, CFIDE-901.zip, and WEB-INF-901.zip.
  2. Open the ColdFusion 9.0.1 Administrator and then click the icon System Information in the upper-left corner.
  3. In the System Information page, click Browse Server (next to Update File) and then browse to the extracted file chf9010001.jar.
  4. Select the file and then click Apply.
  5. In the System Information page, click Submit Changes.
  6. Back up dump.cfm located in the directory {ColdFusion-Home}/wwwroot/WEB-INF/cftags (for Server installation) or {ColdFusion-Home}/WEB-INF/cftags (for Multi-server or J2EE Installation).
  7. Extract the file in the WEB-INF-901.zip to the directory {ColdFusion-Home}/wwwroot (for Server installation) or {ColdFusion-Home} (for Multi-server or J2EE Installation).
  8. Back up the files {CFIDE-Home}\administrator\scheduler\scheduletasks.cfm, {CFIDE-Home}\scripts\ajax\package\cfwindow.js files, {CFIDE-Home}\administrator\cftags\l10n.cfm, and {CFIDE-Home}\administrator\cftags\l10n_testing.cfm.
  9. Extract the files in CFIDE-901.zip to the web root directory that consists of CFIDE folder.
  10. (For multiple ColdFusion instances) Repeat steps 3 - 9 for each instance.
  11. Restart all the ColdFusion instances.

Note: If the security fix mentioned in the bulletin APSB10-18 is already applied, you need not back up the files {CFIDE-Home}\administrator\cftags\l10n.cfm and {CFIDE-Home}\administrator\cftags\l10n_testing.cfm. 

After installation, you can delete the ColdFusion 9.0.1 cumulative hot fix JAR file. The file has been copied to the correct location.

The ColdFusion 9.0.1 cumulative hotfix JAR file appears as a new entry in the System Information list.

Uninstall Cumulative Hotfix 1

You can uninstall ColdFusion hotfix JARs by stopping the ColdFusion application server and deleting the respective JARs from cf_root/lib/updates. You can then revert to the backed up CFM and JavaScript files. 

 

Keywords: cpsid_86263

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Products

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices

Reviewed by TRUSTe: site privacy statement