John Levon <[EMAIL PROTECTED]> writes:

> moz wget-1.7 188 wget http://www.movementarian.org/oprofile-0.0.8.tar.gz
> --20:35:51--  http://www.movementarian.org/oprofile-0.0.8.tar.gz
>            => `oprofile-0.0.8.tar.gz'
> Connecting to www.movementarian.org:80... connected!
> HTTP request sent, awaiting response... 302 Moved
> Location: http://www.movement.uklinux.net/oprofile-0.0.8.tar.gz  [following]
> --20:35:52--  http://www.movement.uklinux.net/oprofile-0.0.8.tar.gz%20
>            => `oprofile-0.0.8.tar.gz '

If you examine this log carefully, you'll notice that their `Location'
header contains a trailing space.  Wget even reencodes the space as
%20 to make the URL more readable, but it still retrieves the "wrong"
URL.

Does someone else know if this is legal?  I guess removing trailing
spaces from `Location' shouldn't be too harmful.

Reply via email to