tracker issue : CF-3343429

select a category, or use search below
(searches all categories and all time range)
Title:

A cfm page is set as a custom error page for a website in IIS, does not work as expected

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): / ext-user (Piyush Kumar Nayak)

Created: 10/09/2012

Components: Installation/Config, Connector

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: 10,282462 /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Duplicate ID:	CF-3488063

Problem: If a cfm page is set as a custom error page for a website, It does not work as expected.
can observe this when setting up error page for status code 404.
CF10 64 bit / IIS7.5 64 bit

Method:
Set cfm page is set as the custom error page in IIS as follows:
- Select “Error Pages” option from the website’s feature view panel.
- Select the edit option from  the actions panel for status code 404. 
- Uncheck the preselected option and select “execute URL on this site”. Set it to the designated cfm error page.
- Select the “Edit Feature Settings” option form the action panel. Set it to “Custom error pages”. Set the Path type to “execute URL”.
Now try calling a nonexistent resource to observe the served error message.

Result:
If no extension is specified (eg. http://10.40.140.135:82/xxxxx) : Correct message from cfm page is displayed.
If a .htm resource is requested ( eg. http://10.40.140.135:82/xxxxx.htm) : Correct cfm msg is displayed.
If .cfm extension is specified. (eg http://10.40.140.135:82/xxxxx.cfm) :  No message is displayed.

Expected: The cfm page should be served correctly in all cases.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3343429

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

Closing bug as duplicate of CF-3488063
Comment by Immanuel N.
17647 | December 24, 2013 06:50:01 AM GMT