Commit 1a74619
committed
Updates httplib, urllib, urllib2 to latest. Fixes #2481
In 2.7.1, Jython supports CPython 2.7's recent updates for always
verifying SSL certs. However, httplib, urllib, urllib2 have support
for selectively turning this off, so we needed to refresh this from
CPython and repatch.
As part of this update there's also a fix for the HTTPoxy vulnerability
(https://bugs.python.org/issue27568), although this would only have
been possuble if Jython were used as a CGI script (very unlikely),
instead of being used in a web container (ModJy, etc).1 parent 99633c0 commit 1a74619
11 files changed
Lines changed: 1963 additions & 1870 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments