google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Errant proxy server output #561

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Upstreaming this bug from 
http://code.google.com/p/google-apps-manager/issues/detail?id=72.  Some 
debugging code dealing with proxy servers is still included in the Python gdata 
client, which causes the printing of "!!!!http://proxy:port" many times through 
any code that uses it.

What steps will reproduce the problem?
1. Set proxy settings with http_proxy environment variable
2. Run gam info domain 

What is the expected output? What do you see instead?

Expect to see:

Google Apps Domain:  my.domain.com
Default Language:  en
Organization Name:  My Domain

Actually see:

!!!!http://7.1.128.21:8080
!!!!
!!!!http://7.1.128.21:8080
Google Apps Domain:  my.domain.com
Default Language:  !!!!http://7.1.128.21:8080
!!!!
!!!!http://7.1.128.21:8080
en
Organization Name:  !!!!http://7.1.128.21:8080
!!!!
!!!!http://7.1.128.21:8080
My Domain

What version of the product are you using? On what operating system?

GAM 2.0 on Windows

Please provide any additional information below.

Lines 216-220 of 
http://code.google.com/p/gdata-python-client/source/browse/src/atom/http.py.

Original issue reported on code.google.com by craig....@gmail.com on 14 Nov 2011 at 10:41

GoogleCodeExporter commented 9 years ago
Thanks, this is fixed in r1089

Original comment by afs...@google.com on 17 Dec 2011 at 10:00