[Webkit-unassigned] [Bug 184269] New: Redirect fails when navigating to a different origin on a page with a service worker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 10:17:10 PDT 2018


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

            Bug ID: 184269
           Summary: Redirect fails when navigating to a different origin
                    on a page with a service worker
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Service Workers
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: s.peshkov at corp.mail.ru

Created attachment 337085

  --> https://bugs.webkit.org/attachment.cgi?id=337085&action=review

Minimal application configuration to reproduce the bug

The attachment contains a minimal case to reproduce the following issue. It includes a Dockerfile with a minimal application configuration, consisting of an html page, an empty service worker script and Nginx server. Nginx is configured to operate on ports 5000 and 5001.

Server on port 5000 is used to serve index.html and serviceworker.js. It also performs a redirect to the second server which runs on port 5001 and serves file.txt.

index.html has an <a> tag with ‘href’ set to ‘/redirect’. When a user clicks this link, navigating to :5001/file.txt, while being expected, does not occur.

Safari version: Release 52 (Safari 11.2, WebKit 13606.1.9.3.1)
OS version: macOS 10.13.4

-- 
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/20180403/91ed6853/attachment-0002.html>


More information about the webkit-unassigned mailing list