[Webkit-unassigned] [Bug 129541] New: Appcache fallback fail is cached

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 1 02:20:38 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129541

           Summary: Appcache fallback fail is cached
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: themihai at epek.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list