cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-3090268 ] Resolution with search term including "@" and omitting "/"

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 19 Oct 2010 06:58:51 +0000

Bugs item #3090268, was opened at 2010-10-19 02:58
Message generated for change (Tracker Item Submitted) made by f2uclct2
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: Open
Resolution: None
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.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3090268&group_id=976
Received on 2010-10-19

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET