Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Keith Kjer / Keith Kjer (Keith Kjer)
Created: 10/15/2013
Components: Web Socket
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 288871
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 2
Problem Description:
As detailed prior in #3330785, the problem affecting CGI scope continues to affect Request scope when calling WSPublish(), the Request scope gets wiped for other areas of the code, as well as other strange behavior.
Steps to Reproduce:
Declare some request scoped variables.
Call WSPublish().
Check the request scope again in the same request but from a different area of code.
http://i.imgur.com/MEzINFw.jpg
http://i.imgur.com/jOljYBG.jpg
Actual Result:
Request scope blank.
Expected Result:
Request scope unabused and whole.
Any Workarounds:
Wrapping the WSPublish() call in a thread { }, but only immediately there from within the page.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3650142
External Customer Info:
External Company:
External Customer Name: kjerk_build
External Customer Email:
External Test Config: My Hardware and Environment details:
ColdFusion 10 Update 11
Up to date Windows 7 x64
Attachments:
- October 16, 2013 00:00:00: 1_RequestScope2.jpg
- October 16, 2013 00:00:00: 2_RequestScope1.jpg
Comments: