[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Getting proxies to work
From: |
Alex Lyons A32/373-Winfrith Tel2368 FAX2508 |
Subject: |
Re: LYNX-DEV Getting proxies to work |
Date: |
Tue, 10 Jun 97 09:29:17 BST |
Oops:
Yesterday's patch included the following line in HTAlert.c :
if (auth_proxy && authproxy_info[0] && authproxy_info[1]) {
This should probably be :
if (auth_proxy && (authproxy_info[0] || authproxy_info[1])) {
to correctly pick up the case where the user has given an ID but
not a PW for the -proxyauth argument.
On security considerations, Hiram Lester has correctly interpreted
my comments; Larry Virden got it wrong. Sorry if I was unclear.
Alex Lyons.
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;