------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=118760         




------- Additional Comments From ogoffart kde org  2006-03-10 23:44 -------
SVN commit 517414 by ogoffart:

Attempt to fix Bug 118760
CCBUG: 118760

Does this fix the problem ?




 M  +1 -1      msnsecureloginhandler.cpp  


--- branches/kopete/0.12/kopete/protocols/msn/msnsecureloginhandler.cpp 
#517413:517414
 @ -74,7 +74,7  @
                                                                "OrgVerb=GET,"
                                                                
"OrgURL=http%3A%2F%2Fmessenger%2Emsn%2Ecom,"
                                                                "sign-in=" + 
KURL::encode_string(m_accountId) +
-                                                               ",pwd=" + 
KURL::encode_string( m_password ) +
+                                                               ",pwd=" + 
KURL::encode_string( m_password ).replace(',',"%2C") +
                                                                "," + 
m_authentification + "\r\n";
 
 //   warning, this debug contains the password
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to