Bug 178381

Summary: update-webkit-auxiliary-libs can't download WebKitAuxiliaryLibrary.zip due to 403 Forbidden
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: Tools / TestsAssignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, lforschler, pvollan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Fujii Hironori 2017-10-17 02:54:11 PDT
update-webkit-auxiliary-libs can't download WebKitAuxiliaryLibrary.zip due to 403 Forbidden

> C:\webkit>perl Tools\Scripts\update-webkit-auxiliary-libs
> Checking for newer version of WebKitAuxiliaryLibrary.zip...
> Could not access https://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip:
> Forbidden
> Connection: close
> Date: Tue, 17 Oct 2017 09:49:58 GMT
> Via: https/1.1 jptyo7-edge-bx-009.ts.apple.com (ApacheTrafficServer/7.1.1)
> Age: 1
> Server: ATS/7.1.1
> Content-Length: 163
> Content-Type: text/html
> CDNUUID: 81b305de-c08a-4615-b15c-6ffa85662f72-1238099906
> Client-Aborted: max_size
> Client-Date: Tue, 17 Oct 2017 09:49:58 GMT
> Client-Peer: 43.27.73.16:10080
> Client-Response-Num: 1
> Title: 403 Forbidden
> X-Cache: miss
> X-Frame-Options: SAMEORIGIN
> 
> Please ensure that https://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip is reachable and that Perl can use LWP::Simple to connect to HTTPS URLs.
> You may have to run "$ cpan LWP::Protocol::https".
> No existing version of WebKitAuxiliaryLibrary to fall back to.
> Died at Tools\Scripts\update-webkit-auxiliary-libs line 42.
Comment 1 Fujii Hironori 2017-10-17 02:56:38 PDT
developer.apple.com seems to reject HTTP request without Accept header field.

> Accept: */*
Comment 2 Fujii Hironori 2017-10-17 03:16:54 PDT
Created attachment 324007 [details]
Patch
Comment 3 WebKit Commit Bot 2017-10-18 17:46:19 PDT
Comment on attachment 324007 [details]
Patch

Clearing flags on attachment: 324007

Committed r223643: <https://trac.webkit.org/changeset/223643>
Comment 4 WebKit Commit Bot 2017-10-18 17:46:20 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2017-10-18 17:47:38 PDT
<rdar://problem/35065153>