Bug 77785 - update-webkit-support-libraries is broken with the change from http to https on developer.apple.com
Summary: update-webkit-support-libraries is broken with the change from http to https ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lucas Forschler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-02-03 14:50 PST by Lucas Forschler
Modified: 2017-03-30 13:56 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.