[Webkit-unassigned] [Bug 257327] New: Old url hash fragment is used when loading page from cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 25 06:25:57 PDT 2023


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

            Bug ID: 257327
           Summary: Old url hash fragment is used when loading page from
                    cache
           Product: WebKit
           Version: Safari 16
          Hardware: All
                OS: All
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: saralkaushik at monzo.com
                CC: beidson at apple.com

Steps to reproduce...

1. Go to a URL that performs a 301 redirect, with a hash in the URL. E.g. https://www.monzo.com/#foo=bar
2. Observe that the user is redirected to https://monzo.com/#foo=bar
3. Go to a URL at a completely different domain name
4. Go to the same URL in step 1, but with a different hash https://www.monzo.com/#bar=foo

Expected Results

The user should be redirected to https://monzo.com/#bar=foo

Actual Results

The user is redirected to the URL from step 2, e.g. https://monzo.com/#foo=bar

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230525/2df012db/attachment.htm>


More information about the webkit-unassigned mailing list