Hi Manuel,

No, this was indeed still a bug, fixed in SVN 36370. Thanks for reporting!

Happy hacking!

-Christian

On 09/25/2015 05:36 AM, Manuel Argüelles wrote:
> Hello,
> 
> I'm having problems with digest auth when the URL has parameters
> without values, as long as it is not the last one. Attached a simple
> example that shows the issue.
> 
> Requests that auth ok:
> 
> curl --digest 'http://demo:[email protected]:8080/?cmd'
> curl --digest 'http://demo:[email protected]:8080/?cmd=yes&name=value'
> curl --digest 'http://demo:[email protected]:8080/?cmd=yes&name'
> 
> Requests that fails to auth:
> 
> curl --digest 'http://demo:[email protected]:8080/?cmd&name=value'
> curl --digest 'http://demo:[email protected]:8080/?cmd=yes&name&valid'
> curl --digest 'http://demo:[email protected]:8080/?cmd=yes&name&valid=y'
> 
> Tested with libmicrohttpd 0.9.42 (please forgive me if it was fixed
> already)
> 
> 
> 
> 

Attachment: 0xE29FC3CC.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to