Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 06/06/2012
Components: Web Socket
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 282636
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Related Bugs:
CF-3307400 - Similar to
If you send a websocket message that matches certain criteria, it will throw an error in cfajax.js. For example, send just the letter f and you get an error.
I've traced it down to cfajax.js, specifically this regex:
var _d7=/^("(\\.|[^"\\\n\r])*?"|[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t])+?$/;
If your input is a or e or f or l or n or r it is not passing this
if(_d7.test(_e8)){
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3207446
External Customer Info:
External Company:
External Customer Name: cfjedimaster
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: