[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: KDE/kdelibs/kioslave/http
From:       Raphael Kubo da Costa <kubito () gmail ! com>
Date:       2010-11-06 21:38:57
Message-ID: 201011061938.57586.kubito () gmail ! com
[Download RAW message or body]

On Saturday, November 06, 2010 05:54:52 pm Dawit Alemayehu wrote:
> SVN commit 1193697 by adawit:
> 
> Fixed calculation of A2 based on RFC 2617 section 3.2.2.3...
> 
> BUG:254441
> 
>  M  +3 -1      httpauthentication.cpp
> 
> 
> --- trunk/KDE/kdelibs/kioslave/http/httpauthentication.cpp #1193696:1193697
> @@ -350,7 +350,9 @@
>    if ( info.qop == "auth-int" )
>    {
>      authStr += ':';
> -    authStr += info.entityBody;
> +    md.reset();
> +    md.update(info.entityBody);
> +    authStr += md.hexDigest();
>    }
>    md.reset();
>    md.update( authStr );

Is this backportable?
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic