/*
- * $Id: cache_cf.cc,v 1.371 2001/01/25 23:01:56 hno Exp $
+ * $Id: cache_cf.cc,v 1.372 2001/01/28 00:45:45 hno Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
#endif
} else if (!strncasecmp(token, "login=", 6)) {
p->login = xstrdup(token + 6);
+ rfc1738_unescape(p->login);
} else if (!strncasecmp(token, "connect-timeout=", 16)) {
p->connect_timeout = atoi(token + 16);
#if USE_CACHE_DIGESTS
#
-# $Id: cf.data.pre,v 1.208 2001/01/25 22:54:52 hno Exp $
+# $Id: cf.data.pre,v 1.209 2001/01/28 00:45:45 hno Exp $
#
#
# SQUID Web Proxy Cache http://www.squid-cache.org/
use 'login=user:password' if this is a personal/workgroup
proxy and your parent requires proxy authentication.
+ Note: The string can include URL escapes (i.e. %20 for
+ spaces). This also means that % must be written as %%.
use 'login=PASS' if users must authenticate against
the upstream proxy. Note: To combine this with