| Summary: | NetworkCache uses URL instead of URI as a part of caching key | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | cathiechen <cathiechen> | ||||
| Component: | History | Assignee: | cathiechen <cathiechen> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | achristensen, cathiechen, cdumez, cgarcia, ews-watchlist, koivisto, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
cathiechen
2022-08-16 11:07:12 PDT
Created attachment 461679 [details]
WIP-patch
Upload a WIP patch which use url().stringWithoutFragmentIdentifier() instead of url() as the key.
This seems like a reasonable change, but needs a test. There may be something in LayoutTests/http/tests/cache that is similar to a test we would want for this. Pull request: https://github.com/WebKit/WebKit/pull/3458 (In reply to Alex Christensen from comment #3) > There may be something in LayoutTests/http/tests/cache that is similar to a > test we would want for this. Thanks a lot, Alex! I added a function to generate fragment in LayoutTests/http/tests/cache/disk-cache/resources/cache-test.js Please take a look at the pull request:) Committed 253567@main (d62692ae68ab): <https://commits.webkit.org/253567@main> Reviewed commits have been landed. Closing PR #3458 and removing active labels. |