Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Michael Zock / Michael Zock (Michael Zock)
Created: 05/22/2012
Components: Core Runtime
Versions: 9.0.1
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: 9.0.1 / CF11
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 1
Problem Description:
As explained in http://www.google.com/search?q=coldfusion+bug+reports a recent hotfix has introduced a limit on the number of form fields that can be submitted in a single POST request.
But the exception that is supposed to be thrown is not logged in any of the files in the {cfroot}\log folder.
Steps to Reproduce:
Submit more form fields than are specified by the variable "postParametersLimit" in the {cfroot}\lib\neo-runtime.xml
Actual Result:
A white page is returned, with HTTP Error code 500 and a content length of 26 bytes (according to Apache's access.log file).
Neither the CF logs nor the Apache logs will contain any useful information apart from Apache mere mention of the received request.
Expected Result:
Have an actually useful error message show up in the corresponding log file (e.g., "Number of post parameters exceeds the specified limit {value from config variable}.")
Any Workarounds:
Edit the neo-runtime.xml and deliberately specify a higher limit. Solves the immediate problem, but still won't log a useful error message to debug a situation like that.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3195811
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: michael_zock
External Customer Email:
External Test Config: Fully updated 9.0.1 running in tandem with Apache on a Win 2008 R2 amd64 system.
Attachments:
Comments: