Title:
ColdFusion 10 Enterprise Patch 12 - URLEncodedFormat using recycled response
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): bobo beebop / bobo beebop (bobo beebop)
Created: 11/19/2013
Components: Core Runtime
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 1
Problem Description: URLEncodedFormat does not work correctly in cfthread. I get an error in application.log that "The response object has been recycled and is no longer associated with this facade." This works correctly in ColdFusion 10 Developer Edition, but fails in ColdFusion 10 Enterprise Edition.
Steps to Reproduce: Run the following code:
<cfthread action="run" name="testThread">
<cfset Sleep(10000)>
<cfset foo = URLEncodedFormat('bar')>
</cfthread>
(pastebin here: http://pastebin.com/CHG8vhne)
Actual Result: The following error shows up in application.log after the 10 second sleep, and the thread fails to complete: "Error","cfthread-10","11/19/13","11:57:27",,"TESTTHREAD: The response object has been recycled and is no longer associated with this facade"
Expected Result: No error.
Any Workarounds: Manually do url encoding in cfthread.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3671567
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: avejidah
External Customer Email:
External Test Config: My Hardware and Environment details: Windows Server 2012 Standard (not an available selection in the Platform drop down). 6GB memory, 2.7GHZ Zeon.
Attachments:
Comments: