Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): James Moberg / James Moberg (James Moberg)
Created: 08/22/2012
Components: Web Container (Tomcat)
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 1
Problem Description: CFFlush doesn't do anything.
Steps to Reproduce:
<CFFLUSH interval="10">
<CFSET StartTime = gettickcount()>
<CFLOOP FROM="1" TO="10" INDEX="this">
<CFOUTPUT><div>This is step ###This# - #NumberFormat(GetTickCount()-StartTime)#ms</div></CFOUTPUT>
<cfscript>
sleep(5000);
</cfscript>
</CFLOOP>
Actual Result:
Nothing is outputted to the screen until all steps have completed and page request is done.
Expected Result:
To see a step outputted to the browser every 5 seconds
Any Workarounds:
None. Tag function is completely ignored.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3315764
External Customer Info:
External Company:
External Customer Name: Jamo
External Customer Email:
External Test Config: My Hardware and Environment details:
RECOMMENDATION: Write up a ColdFusion script that can be run to provide you with the exact information you required for this section or pre-populate this entire form with debugging information.
ColdFusion 10,282462 Developer
Windows 7 (6.1)
Adobe Driver Version 4.1 (Build 0001)
Java VM Version 20.4-b02
Attachments:
Comments: