RESOLVED FIXED 56499
webkit-patch does not support HTTPS proxies due to old version of Mechanize
https://bugs.webkit.org/show_bug.cgi?id=56499
Summary webkit-patch does not support HTTPS proxies due to old version of Mechanize
Keith Kyzivat
Reported 2011-03-16 16:14:42 PDT
webkit-patch currently does not support HTTPS proxies. Many companies use proxies to access the public internet, and this is needed in order to be able to use webkit-patch. This is due to a limitation in the older version of mechanize that we use. Mechanize supports HTTPS proxies in newer versions of Mechanize, and I have determined that version 0.2.4 works fine with webkit-patch upload (I have not tested more than that). Here is a post from the author of mechanize indicating that HTTPS proxy support was present in his git repo as of 31-Jan-2010, and it's been a year since then, and 5 releases since 0.1.11. http://blog.gmane.org/gmane.comp.python.wwwsearch.general/month=20100201 http://pypi.python.org/packages/source/m/mechanize/ I would like to see the webkit scripts update to use mechanize 0.2.4 if possible.
Attachments
Patch (2.93 KB, patch)
2011-03-16 16:24 PDT, Keith Kyzivat
no flags
Keith Kyzivat
Comment 1 2011-03-16 16:24:21 PDT
Created attachment 85996 [details] Patch update mechanize to 0.2.4
Andreas Kling
Comment 2 2011-03-16 20:16:23 PDT
CC'ing folks who have poked the autoinstall stuff in the past.
Adam Barth
Comment 3 2011-03-16 22:48:11 PDT
Comment on attachment 85996 [details] Patch Looks fine, but Eric should take a look too.
Eric Seidel (no email)
Comment 4 2011-03-16 22:48:45 PDT
Comment on attachment 85996 [details] Patch LGTM! Thanks!
WebKit Commit Bot
Comment 5 2011-03-17 05:11:29 PDT
Comment on attachment 85996 [details] Patch Clearing flags on attachment: 85996 Committed r81348: <http://trac.webkit.org/changeset/81348>
WebKit Commit Bot
Comment 6 2011-03-17 05:11:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.