| Issue 1311: | Replacement httplib.py does not handle full URLs passed to request method | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
As per this thread: http://groups.google.com/group/google-appengine-python/browse_thread/thread/c05ec856b2fbd862 In Python's native implementation of httplib, passing a full URL to the httplib.HTTPConnection.request method works as expected. In App Engine's replacement, however, it blindly expects the url parameter to be a relative URI, and this results in erroneous URLs if someone supplies one. |
||||||||||||
,
Jun 19, 2009
(No comment was entered for this change.)
Status: Fixed
|
|||||||||||||
|
|
|||||||||||||