My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
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
Status:  Fixed
Owner:  ----
Closed:  Jun 19
Type-Defect
Priority-Medium
Language-Python


Sign in to add a comment
 
Reported by nick.joh...@google.com, Apr 15, 2009
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.
Comment 1 by nick.joh...@google.com, Jun 19, 2009
(No comment was entered for this change.)
Status: Fixed
Sign in to add a comment