Subject: | parsing of proxy env var fails when additional chars after port |
Wen configuring the proxy with the GUI in Ubuntu, the env vars set end
with a slash:
http_proxy=http://our.proxy.org:8080/
https_proxy=https://our.proxy.org:8080/
The regex in sub proxy should be modified to cut of anything after the
port number.
Also the docs for proxy are incorrect because they state that only the
proxy hostname is returned whereas hostname:port is returned.