post-review with bypass proxy settings in Internet Explorer

2009-11-24 Thread Akhilesh
We are facing a problem where if proxy settings are enabled in Internet Explorer, post-review doesn't work (Proxy Error 502) but I we disabled proxy settings, it works perfectly. so we added reviewboard site under 'bypass proxy' settings ("Exceptions") but still same problem. It appears that post-r

Re: post-review with bypass proxy settings in Internet Explorer

2009-11-24 Thread Christian Hammond
Sadly, this is due to Python's usage of the system proxy settings. I'd have to see if there's anything we can do for this. On Linux, I know you can set the HTTP_PROXY variable to an empty string to work around it, but I doubt that works on Windows... Christian -- Christian Hammond - chip...@chip

Re: post-review with bypass proxy settings in Internet Explorer

2009-11-24 Thread Akhilesh
Thanks Christian. I tried setting http_proxy environment variable to empty string but Windows wouldn't allow me. I set it to " " (with space) - but as expected it didn't work. Is there any work-around? The problem is that one of the sites in our organization uses proxy and all developers from that

Re: post-review with bypass proxy settings in Internet Explorer

2009-11-24 Thread Christian Hammond
Is the Review Board server on HTTP or HTTPS? It sounds like custom code would need to be added to specifically disable the proxy server. It's also possible that a 2.6 release would fix this issue, but I don't know. If you were to modify postreview.py , you could try adding some code like: proxy_