]> granicus.if.org Git - curl/commit
http_negotiate: improve handling of gss_init_sec_context() failures
authorKamil Dudka <kdudka@redhat.com>
Tue, 30 Jul 2019 10:59:35 +0000 (12:59 +0200)
committerKamil Dudka <kdudka@redhat.com>
Thu, 1 Aug 2019 14:21:41 +0000 (16:21 +0200)
commit4c187043c5aac57f354ebb96cc6ff3263411e98d
treef2e2298cd80224d5d31ccb8664ecf34178f4059c
parentcd8068ed4c6e03a3c13aa31326d0a7f1a36bfa02
http_negotiate: improve handling of gss_init_sec_context() failures

If HTTPAUTH_GSSNEGOTIATE was used for a POST request and
gss_init_sec_context() failed, the POST request was sent
with empty body.  This commit also restores the original
behavior of `curl --fail --negotiate`, which was changed
by commit 6c6035532383e300c712e4c1cd9fdd749ed5cf59.

Add regression tests 2077 and 2078 to cover this.

Fixes #3992
Closes #4171
lib/http_negotiate.c
tests/data/Makefile.inc
tests/data/test2077 [new file with mode: 0644]
tests/data/test2078 [new file with mode: 0644]