Bugs item #3090268, was opened at 2010-10-19 08:58
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3090268&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: http
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: f2uclct2 oerer (f2uclct2)
Assigned to: Daniel Stenberg (bagder)
Summary: Resolution with search term including "@" and omitting "/"
Initial Comment:
Curl 7.21.2: sort of bug.
At one time "http://www.nytimes.com?value=something" would fail
(the hostname was taken as "www.nytimes.com?value=something") which
was not critical since one could add the missing "/" but it caused
problems with sites which redirected to something like,
http://sitehame?sessionID=something
That was fixed quite some time ag and now
http://www.nytimes.com?value=something
goes to www.nytimes.com but it is sensitive to the value and
http://www.nytimes.com?sessionID=aoenroerno@onerere
attempts to go to "onerere" (taking the value after the "@"
as the hostname) while
http://www.nytimes.com/?sessionID=aoenroerno@onerere
works (goes to www.nytimes.com with the "/").
Again, the sensitivity to the missing "/" ending the hostname is
not critical for URLs which one sees and can correct but what
happens when a site redirects and includes 'certain characters
in a search term but appears, say, in a redirection (when one
has set curl to follow such redirections)?
This actually just happened to me in checking a spamvertized URL,
http://izixt.hedrugstore.ru?qcu=_MY_EMAIL_ADDRESS_
where my email address (_MY_USER_NAME_@_MY_ISP_) sent me to my
own ISP.
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Date: 2010-10-19 20:28
Message:
Thanks for the report, this problem is now fixed in the git repository.
To try it out, you either checkout/update your git clone:
http://curl.haxx.se/source.html
or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3090268&group_id=976
Received on 2010-10-19