[Webkit-unassigned] [Bug 222856] New: REGRESSION (r273541): Payloads requiring NSURL in serialization fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 21:32:45 PST 2021


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

            Bug ID: 222856
           Summary: REGRESSION (r273541): Payloads requiring NSURL in
                    serialization fail
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

In Bug 222145 I converted serialization od CFURLRequest to NSURLRequest. As part of that change, I used a new encoder (WKSecureCodingURLWrapper) to wrap the NSURL to ensure proper handling of encoded URLs.

I should have declared the WKSecureCodingURLWrapper as a subclass of NSURL, so that NSSecureCoding would respect it as a valid way of serializing an NSURL.

This patch corrects that oversight.

-- 
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/20210306/56a4c08f/attachment.htm>


More information about the webkit-unassigned mailing list