bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [Bug--Wget] Issue with RFC 2067 Digest Headers


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] [Bug--Wget] Issue with RFC 2067 Digest Headers
Date: Sun, 14 Jul 2013 00:47:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Darshit Shah <address@hidden> writes:

>>
>> Do you know a test HTTP server that supports auth-int ?
>> If yes, we could try to implement it.
>>
>> In the Test Suite I am currently writing, I had the server to simply send
> a qop=auth-int without really supporting it to see how Wget responds.
> I can implement auth-int support in that server too if we have any
> intentions of adding support to Wget.
>
>
>> You are right:
>> At the moment any other qop value than 'auth' or missing qop return throws
>> out
>>       logprintf (LOG_NOTQUIET, _("Unsupported quality of protection
>> '%s'.\n"),
>> qop);
>> and returns NULL, wich in turn just removes the Authenticate header but
>> doesn't stop the GET request (in gethttp()).
>>
>> If we want that, digest_authentication_encode() would need to return a
>> status/error code.
>>
>> Yes. A way to exit out of the loop instantly.
>
> But this issue should not stop Guiseppe's patch.
>>
>> His patch is already pushed.

I think we can address this issue separately.  It is a nice optimization
to have but I wouldn't consider it as a blocking bug for the release.

Darshit, is this issue blocking for your new tests?

Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]