On Tue, 17 Sep 2002, Nikolay Kuzmin wrote:

> There is a bug in wget1.8.2 when username or password contains symbol '@'.
> I think you should change code in file src/url.c from

I disagree. The name and password fields must never contain a @ letter, as it
is a reserved letter in URL strings. If your name or password contain @, then
replace it with %40 in the URL.

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Reply via email to