Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Justin Treher / Justin Treher (Justin Treher)
Created: 04/16/2015
Components: CFForm
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Win All
Vote Count: 0
Duplicate ID: CF-3971110
Problem Description:
Legacy issue with server side form validation still happening with form fields named in such a way that will trigger validation. This typically catches people with facebook form fields. However, the amount of wasted time in debugging this when you are just designing a form in the wild can be quite the headache. ColdFusion should not be firing up the validation engine unless one is in the context of a cfform and has submitted a cfinput.
Steps to Reproduce:
<form method="post" >
<input name="fb_sig" value="test" />
<input name="fb_sig_time" value="" />
<button>Go</button>
</form>
Actual Result:
<ul><li>The value entered for the FB_SIG field ('post') is not correctly formatted. </li></ul> Go <a href="javascript:history.back()">back</a> and correct the problem.
Expected Result:
Any Workarounds:
http://www.raymondcamden.com/2007/09/21/Fixing-the-Facebook-Problem-and-why-one-ColdFusion-feature-needs-to-die
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3970987
External Customer Info:
External Company:
External Customer Name: Justin
External Customer Email:
External Test Config: My Hardware and Environment details: CF 10 Update 15
Attachments:
Comments: