[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: HTTP proxy support (issue #579)

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-11 18:26:17 CET

"Morris, Mitchell" <Mitchell.Morris@cingular.com> writes:
> My other observation here is that there is probably a high correlation
> between being stuck behind a HTTP proxy firewall and the presence of an
> JavaScript configuration file suitable for IE or Netscape (cf. IE's "Use
> automatic configuration script") that would describe the proxy (or proxies)
> plus a mapping between the hostname/domainname/IP/other property of the
> desired host and the matching proxy to use. Given the wide prevalence of
> such a script, shouldn't we (1) see if somebody already has a suitable
> library for finding and/or interpreting it or (2) generate such a library?
> We can't be the first people to want to solve this particular problem.

These are all concerns for the apr_get_http_proxy() interface, yah.

But the *most important thing* is, get SOMETHING working now :-), then
add the cool stuff (such as looking in secret places for the proxy
information). Cool stuff can be added to the apr function gradually,
as reality teaches us what belongs there. We don't need to get it all
on the first pass, right?

Best,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.