[Webkit-unassigned] [Bug 26925] New: URL Fragment Breaks Application Cache Loads
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 2 10:36:47 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26925
Summary: URL Fragment Breaks Application Cache Loads
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: agrieve at google.com
The URL Hash is store in the AppCache database and it does not allow an
appcached page to be loaded from appcache with a different fragment from the
one it was initially loaded with.
Steps to reproduce:
1. Create a Hello World style webpage and a manifest that has no entries in it.
2. Open the page and change the URL hash to #foo
2. Do a browser refresh (to put it into AppCache)
3. Go offline
4. Do a browser refresh and ensure the page refreshes from AppCache.
5. Change the URL hash to #bar
6. Do a browser refresh and notice that it fails to load.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list