Bug#378868: apt: http method uses absoluteURI when Proxy is set to false

2006-08-09 Thread Andres Salomon
The problem is both with the URI class (which has a simplistic empty() method) and the http method (which should really be checking for a valid method and hostname). Acquire::http::proxy's string is passed to the URI class, which parses it. The http method then calls URI's empty() to see whether

Bug#378868: apt: http method uses absoluteURI when Proxy is set to false

2006-07-19 Thread Robert Bihlmeyer
Package: apt Version: 0.6.44.2 Severity: wishlist On a freshly installed etch (from an 20060716 d-i snapshot) if you didn't select a proxy during the install, you end up with Acquire::http::Proxy false; in your /etc/apt/apt.conf. IMO the installer should put nothing there in this case, and this