[Webkit-unassigned] [Bug 224933] New: [LayoutTests] http/tests/misc/last-modified-parsing.html handles non-standard dates differently in PHP than Python

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 08:34:14 PDT 2021


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

            Bug ID: 224933
           Summary: [LayoutTests]
                    http/tests/misc/last-modified-parsing.html handles
                    non-standard dates differently in PHP than Python
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgambrell at apple.com

In PHP, the Last-Modified header will send with any format of date, even if the date-string is blank it will send a blank Last-Modified header.

When Python encounters a non-standard/blank date-string, it will not send the Last-Modified header. 

This test tests expectations with standard and non-standard dates. We need to change the test to match the expectations from Python with how it handles non-standard dates in the header.

-- 
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/20210422/d58b48e7/attachment.htm>


More information about the webkit-unassigned mailing list