Title:
Bug 85478:(Watson Migration Closure)I've noticed some weird behavior with <cfcache action="clientcache">
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Todd Sharp / Todd Sharp (cfsilence)
Created: 12/30/2010
Components: Caching
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
I've noticed some weird behavior with <cfcache action="clientcache">. Run the following code:<cfcache action="clientcache"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title></title></head><body> <cfoutput>#now()#</cfoutput></body></html></cfcache>First time it runs no problem (Firebug reports 200 OK as expected).Second time it runs no problem (Firebug says 304 not modified - again, as expected).Third time it gets wonky. See attached screen grab. Something involved with the debug output is confusing Firefox (can not reproduce in Chrome). It ends up putting a chunk of the debug output above everything and nothing is rendered. If I turn of debugging via cfsetting it works as expected, but I'm sure this is not expected behavior.
Method:
Run the following code in FireFox - refresh browser 3 times.<cfcache action="clientcache"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title></title></head><body><cfoutput>#now()#</cfoutput></body></html></cfcache>
Result:
See bug details.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043008
External Customer Info:
External Company:
External Customer Name: Todd Sharp
External Customer Email: 7A924EE2445A4FDB992015D5
External Test Config: 12/30/2010
Attachments:
Comments: