WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
129541
Appcache fallback fail is cached
https://bugs.webkit.org/show_bug.cgi?id=129541
Summary
Appcache fallback fail is cached
Mihai
Reported
2014-03-01 02:17:43 PST
How to reproduce : 1. Deploy a webpage ( index.html) on
https://www.domain.com/
with the manifest file reference. Config the manifest file as below ( manifest.appcache ): CACHE MANIFEST # Time: Fri Feb 28 2014 11:00:57 GMT+0000 (GMT) CACHE: css/style.css NETWORK: * FALLBACK: / /offline.html Set the webserver to redirect /offline.html to /#/offline.html Result : You get a correct error : Application Cache update failed, because
https://www.domain.epek.com/offline.html
was redirected. Next : 1. Fix the webserver and handle /offline.html appropriately so that it won't redirect anymore. 2. visit again the webpage Result : You still get the error "Application Cache update failed, because
https://www.domain.epek.com/offline.html
was redirected." which means that if for some reasons the webserver is malfunctioning and doesn't handle /offline.html file accordingly (e.g. issues a redirect) the clients are punished with a PERMANENT cache.
Attachments
Add attachment
proposed patch, testcase, etc.
Anne van Kesteren
Comment 1
2022-10-27 08:58:48 PDT
AppCache is now disabled and will be removed in
bug 219391
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug