KawaiiBASIC / classilla

Automatically exported from code.google.com/p/classilla
0 stars 0 forks source link

Sites controlled by stelae should not be cached #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
email_address => twisk@pacbell.net
additional_notes_required => Byblos steles (e.g. the g00G13 sample renamed to 
"tvlistings.zap2it.com.js") aren't called reliably. If you type in (or relaod) 
the complete URL, the stele isn't called at all. If you type in just 
"http://tvlistings.zap2it.com/tvlistings/" and let the browser follow the 302 
redirect, the stele is called multiple times, according to the JS console. I 
suspect that several ads on the page are being served as "text/html" and are 
faking out the request observer in browser.js.
browser => 9.3.0
relevant_url => http://tvlistings.zap2it.com/tvlistings/ZCGrid.do
macos_version => 9.2.2
code => 9

Original issue reported on code.google.com by classi...@floodgap.com on 13 Oct 2012 at 1:16

GoogleCodeExporter commented 9 years ago
David is right - they are not called when they are cached.

nsHttpChannel::SetNewListener rewritten to abort the cache entry.

Original comment by classi...@floodgap.com on 14 Oct 2012 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by classi...@floodgap.com on 19 Oct 2012 at 4:49