Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Geomon Augustin / Geomon Augustin (2_ColdFusion)
Created: 12/03/2014
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 2
Problem Description:
We found an issue related to the FORM submission in CF11. If the action attribute is not specified in the cfform tag, it does not generate the action using the current URL(Query-string values containing specific text are getting truncated ) .
Steps to Reproduce:
Create a FORM using <CFFORM > tag without 'action' attribute
Example :
URL Before form submission : - http://test.com/admin/index.cfm?page=test&prod=12&view=yes
Actual Result:
URL After form submission : - http://test.com/admin/index.cfm?view=yes
Expected Result:
http://test.com/admin/index.cfm?page=test&prod=12&view=yes
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3861951
External Customer Info:
External Company:
External Customer Name: 2_ColdFusion
External Customer Email:
External Test Config: My Hardware and Environment details:
ColdFusion 11 , windows server 2008 R2 standard
Attachments:
Comments: