[Webkit-unassigned] [Bug 254336] New: WebKit Bugzilla patch review action redirects infinitely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 23 08:36:49 PDT 2023


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

            Bug ID: 254336
           Summary: WebKit Bugzilla patch review action redirects
                    infinitely
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org

This is a decade-old bug that I've just never taken the time to properly report before now.

Try to load https://bug-254326-attachments.webkit.org/attachment.cgi?id=465550&action=review in WebKitGTK and the load will fail with error message "Load cannot follow more than 20 redirections." If we try the same thing with curl:

$ curl -L 'https://bug-254326-attachments.webkit.org/attachment.cgi?id=465550&action=review'
curl: (47) Maximum (50) redirects followed

So WebKitGTK has the same behavior as curl. Problem is https://bug-254326-attachments.webkit.org/attachment.cgi?id=465550&action=review redirects to https://bugs.webkit.org/attachment.cgi?id=465550&=&action=review, but that itself redirects back to https://bug-254326-attachments.webkit.org/attachment.cgi?id=465550&action=review, so there's no winning.

-- 
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/20230323/0d124954/attachment.htm>


More information about the webkit-unassigned mailing list