classilla / classilla

Building a secure browser for classic Mac OS.

Home Page:http://www.classilla.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sites controlled by stelae should not be cached

GoogleCodeExporter opened this issue · comments

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

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

  • Changed title: Sites controlled by stelae should not be cached
  • Changed state: Started
  • Added labels: Priority-High
  • Removed labels: Priority-Medium

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

  • Changed state: Verified