curl-users
[PATCH] bug fix using --fail and user:passwd in url
From: Pixel <pixel_at_mandriva.com>
Date: Sat, 31 Mar 2007 17:00:46 +0200
Received on 2007-03-31
Date: Sat, 31 Mar 2007 17:00:46 +0200
on a server here
% curl -O -f --anyauth https://user:password@host/...
fails, whereas both
% curl -O --anyauth https://user:password@host/...
% curl -O --anyauth -u user:paswword https://host/...
works.
i suggest the fix below after tracing and a quick look at the code.
WYT?
- text/x-patch attachment: stored