[Webkit-unassigned] [Bug 15663] New: update-webkit re-downloads WebKitAuxiliaryLibrary unnecessarily

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 07:45:35 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15663

           Summary: update-webkit re-downloads WebKitAuxiliaryLibrary
                    unnecessarily
           Product: WebKit
           Version: 523.x+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


update-webkit-auxiliary-libs checks HTTP response headers to decide whether to
update WebKitAuxiliaryLibrary.zip - but apparently there are several servers
behind http://developer.apple.com, and the date of this file is slightly
different on each:

$ curl -s -I
http://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip |
grep Last-Modified
Last-Modified: Tue, 12 Jun 2007 20:48:03 GMT
$ curl -s -I
http://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip |
grep Last-Modified
Last-Modified: Tue, 12 Jun 2007 20:47:59 GMT


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list