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

List:       kde-commits
Subject:    KDE/kdelibs/kioslave/http
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2010-11-06 19:54:52
Message-ID: 20101106195452.F0DC7AC89B () svn ! kde ! org
[Download RAW message or body]

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 );
[prev in list] [next in list] [prev in thread] [next in thread] 

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