Title:
IIS 404 custom error handler URLs that are .cfm files do not consistently return entire document
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/Workaround
Reporter/Name(from Bugbase): John Pansewicz / John Pansewicz (John Pansewicz)
Created: 01/23/2013
Components: Web Container (Tomcat)
Versions: 11.0,10.0
Failure Type: Data Loss
Found In Build/Fixed In Build: Final / 284930, 288487
Priority/Frequency: Critical / Most users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 27
Problem Description:
When a URL pointing to a .cfm file is configured as a custom error handler for 404 errors inside IIS (Error Pages), the entire page is not consistently returned by the server. Sometimes I get a full page back, other times I get partial pages. 10 requests will sometimes return 10 different amounts of data.
Steps to Reproduce:
In IIS Manager, click on Error Pages, and configure the 404 error to execute a URL that is "/404.cfm" (located at the root of your site). This 404.cfm file should return a full HTML page... make it long enough so that there's a bunch of code that would render a typical page for a web site.
Actual Result:
Using Firebug or similar, you can see what is returned from the server. I'm seeing random amounts of the HMTL document returned by the request.
Expected Result:
The entire page should be returned by the server.
Any Workarounds:
None.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3488063
Reason: PRHaveInfo
External Customer Info:
External Company:
External Customer Name: redtopia-dev
External Customer Email:
External Test Config: My Hardware and Environment details:
Win2k8 R2 x64, IIS 7.5, ColdFusion 10
Attachments:
- March 19, 2013 00:00:00: 1_ColdFusion_truncated_requests_with_404_handler_in_IIS.docx
Comments: