Bug 77785

Summary: update-webkit-support-libraries is broken with the change from http to https on developer.apple.com
Product: WebKit Reporter: Lucas Forschler <lforschler>
Component: Tools / TestsAssignee: Lucas Forschler <lforschler>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, jberlin, sfalken, vicki, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Lucas Forschler 2012-02-03 14:50:32 PST
http://developer.apple.com now redirects to https://developer.apple.com

This breaks our version checking logic in update-webkit-support-libraries.  
We need to find a way to check the versioning via https instead of http.

We currently use curl to query the URL.  Does this mean we'll have to provide authentication to the https to get at this file?
Comment 1 Jessie Berlin 2012-02-03 14:52:52 PST
<rdar://problem/10806635>
Comment 2 Lucas Forschler 2012-02-03 14:58:20 PST
we may be able to change the script to just point to https
I do not know if this requires auth or not.
Comment 3 Lucas Forschler 2012-02-03 16:54:42 PST
Committed revision 106708.
Comment 4 Lucas Forschler 2012-02-03 16:58:14 PST
Committed revision 106710.
Comment 5 Lucas Forschler 2012-02-03 17:09:42 PST
fixed two other occurrences of http link which should be https in revision 106712.
Comment 6 Lucas Forschler 2012-02-03 17:26:25 PST
found another place it is broken.
Committed revision 106716.
Comment 7 Lucas Forschler 2012-02-03 17:33:02 PST
i hope this is the last place:
Committed revision 106719.