tracker issue : CF-3816563

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

CF requests return Error 400 after a post request has successfully completed

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Immanuel Noel)

Created: 09/02/2014

Components: Installation/Config, Connector

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 290946 /

Priority/Frequency: Major / Most users will encounter

Locale/System: English / Linux ARM Ubuntu 10.04

Vote Count: 0

Listed in the version 11.0.05.293506 Issues Fixed doc
Problem:
CF requests return "Error 400 - Bad Request", after a post requests has successfully completed
The issue exists only on Ubuntu 13.10 - 32bit. 


Method:
Create a CFM page with a form that posts data to another cfm page
In the second cfm page, place an anchor tag to the first cfm page

Request first cfm page. Submit form data
In the rendered, second cfm page, click the link that leads to the first cfm page

Result:
Error 400 - Bad request

Expected:
No error. 

Workaround:
None

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

Watson Bug ID:	3816563

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

Attachments:

Comments:

Fix tested on Windows, Linux (64/32), Solaris.
Comment by Immanuel N.
11165 | February 11, 2015 06:30:28 AM GMT
The fix for this bug is available in the pre-release build of ColdFusion 11 Update 5 and ColdFusion 10 Update 16
Comment by CFwatson U.
11166 | February 20, 2015 09:25:40 AM GMT
I see it's noted that the "issue exists only on Ubuntu 13.10 - 32bit". However, I also see it noted that the fix was tested on Windows. I'm not sure if that means that the issue was later found to exist on Windows. But I was unable to reproduce the 400 error on Windows using the following code w/ CF11 Update 4 (build 11,0,04,293328): index.cfm ---------------------- <form method="post" action="page2.cfm"> <input type="submit" name="submit" value="submit"> </form> page2.cfm ---------------------- <a href="index.cfm">link</a> Thanks!, -Aaron
Comment by External U.
11167 | November 19, 2015 04:54:30 AM GMT