Skip to content

Commit 1a74619

Browse files
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

File tree

CPythonLib.includes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ trace.py
167167
traceback.py
168168
tty.py
169169
tzparse.py
170+
urllib.py
170171
urllib2.py
171172
urlparse.py
172173
user.py

0 commit comments

Comments
 (0)