[Bug 13696] appcache & cache-control

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13696

Michael[tm] Smith <mike@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://www.w3.org/mid/alpin |http://www.w3.org/mid/alpin
                   |e.DEB.1.10.1108031603080.28 |e.DEB.1.10.1108031603080.28
                   |27@wnl.j3.bet               |27@wnl.j3.bet
          Component|HTML5 spec (editor: Ian     |LC1 HTML5 spec (editor: Ian
                   |Hickson)                    |Hickson)

--- Comment #1 from Michael[tm] Smith <mike@w3.org> 2011-08-06 10:49:00 UTC ---
[[

In 
http://www.w3.org/TR/2011/WD-html5-20110525/offline.html#downloading-or-updating-an-application-cache
7.3, there is this note:
<<
HTTP caching rules, such as Cache-Control: no-store, are ignored for the 
purposes of the application cache download process.
>>

Either it needs to be called out as a willful violation of RFC2616, or 
step 6 should be amended to add the presence of a Cache-Control: no-store
to the list of failures like this:
<<
Otherwise, if fetching the manifest fails in some other way (e.g. the 
server returns another 4xx or 5xx response or equivalent, or the server 
indicates that the representation cannot be stored, or there is a 
DNS error, or the connection times out, or the user cancels the download, 
or the parser for manifests fails when checking the magic signature)
>> 
The second option would also help apps developers catching wrong 
configuration server-side and allow better caching of those resources 
(like for users behind regional caches).
]]

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 6 August 2011 10:49:02 UTC