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-1256799 ] multiple headers and NTLM causes segmentation fault

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Thu, 11 Aug 2005 08:29:18 -0700

Bugs item #1256799, was opened at 2005-08-11 08:29
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=1256799&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: multiple headers and NTLM causes segmentation fault

Initial Comment:
Below is output from curl -V:

curl 7.12.3 (powerpc-ibm-aix5.2.0.0) libcurl/7.12.3
OpenSSL/0.9.7b zlib/1.1.4 li
bidn/0.5.9
Protocols: ftp gopher telnet dict ldap http file https ftps
Features: IDN IPv6 Largefile NTLM SSL libz

I am running aix5.2, using the curl 7.12.3 binary from
ftp.thewrittenword.com

I am trying to get the output from a webservice which
authenticates using NTLM.

I receive "Segmentation fault(coredump)" when I attempt
to post multiple headers to the website. For example:

curl -u user:pw --ntlm -d @curldata.xml -H "Content-
Type: text/xml" -H "SOAPAction:
http://blablah.com/blah/blah" http://blah.com/bb/bb

curldata.xml is a file that holds the SOAP XML text
message.

When I use only one -H with NTLM, curl works as
expected.

When I use multiple -H to a website with no
authentication, curl works as expected.

However, using multiple -H with NTLM, it causes the
error.

Both -H switches are needed (the first one specifies the
correct data content-type, the second specifies the
correct soap action).

The error outputs no trace file or verbose logging.

Is this a compilation problem? Is it a problem with the
installation? Can anybody provide some direction?

Thanks

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

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

These mail archives are generated by hypermail.

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

File upload with ASP.NET