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-1204435 ] Extra slash appended to data in http://somehost?data (7.14)

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 18 May 2005 10:09:32 -0700

Bugs item #1204435, was opened at 2005-05-18 10:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1204435&group_id=976

Category: http
Group: bad behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: Extra slash appended to data in http://somehost?data (7.14)

Initial Comment:
Extra slash appended to data in http://somehost?data (curl 7.14.0)

curl 7.14.0 (i686-pc-linux-gnu) libcurl/7.14.0 OpenSSL/0.9.7a zlib/1.2.1.1

curl http://somehost/?data

does a

  GET /?data
  Host: somehost

(That looks about right ...)

but

curl http://somehost?data

does a:

  GET /?data/
  Host: somehost

(i.e. if the "/" is missing, curl puts it in, twice,
      marking the end of the host and an extra one,
      for good measure, as the last character in the data)

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1204435&group_id=976
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-tracker
Received on 2005-05-18

These mail archives are generated by hypermail.

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

File upload with ASP.NET