------- 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         
ogoffart kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From ogoffart kde org  2006-03-11 13:09 -------
SVN commit 517546 by ogoffart:

Backport fix for bug 118760 (problem to login with commas in password)

BUG: 118760




 M  +1 -1      msnsecureloginhandler.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/msn/msnsecureloginhandler.cpp 
#517545:517546
 @ -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