Title:
calling wsPublish in a cfc method makes the request scope cleared when finalising page at onRequestEnd
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Shurmer / Aaron Shurmer (Aaron Shurmer)
Created: 07/27/2016
Components: Web Socket
Versions: 2016
Failure Type: Data Loss
Found In Build/Fixed In Build: CF2016_Update1 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 10 64 bit
Vote Count: 0
Problem Description: calling wsPublish in a cfc method clears the request scope ( maybe session also? ). this is visible when you look at the request scope in the application.cfc->onRequestEnd
Steps to Reproduce:
set a request variable in application.cfc->onRequestStart
run a CFC method in webroot
dump request scope in application.cfc->onRequestEnd - it's cleared out.
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4176297
External Customer Info:
External Company:
External Customer Name: Aaron Shurmer
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- July 30, 2016 00:00:00: 1_wspublishtest.zip
- May 29, 2017 00:00:00: wspublishtest.zip
Comments: