Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 12/06/2014
Components: CFForm
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final / CF11 Update5
Priority/Frequency: Major / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
<form method="post"> self-posts correctly, even at an SES URL
<cfform> self-posts incorrectly at an SES URL
Repro:
index.cfm
---------
<form method="post"><input type="submit" name="submit"></form>
<cfform><cfinput type="submit" name="submit"></cfform>
1) go to www.domain.com/index.cfm/foo/bar?foo=bar
2) click 1st submit button
3) see address bar still says www.domain.com/index.cfm/foo/bar?foo=bar
4) repeat #1
5) click 2nd submit button
6) see address bar says www.domain.com/index.cfm?foo=bar (bug: CGI.PATH_INFO was omitted when generating the default form action)
Once fixed, cfform's action description, in the docs, should be updated to indicate CGI.PATH_INFO is also included in the default action.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3863477
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: