[frameworks-kio] [Bug 344413] HTTP Basic authentication password is encoded as Latin-1 / ISO-8859-1

Grégory Oestreicher greg at kamago.net
Thu Aug 20 22:37:04 BST 2015


https://bugs.kde.org/show_bug.cgi?id=344413

Grégory Oestreicher <greg at kamago.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DAV Resource                |general
                 CC|                            |greg at kamago.net,
                   |                            |kdelibs-bugs at kde.org
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1
            Product|Akonadi                     |frameworks-kio
           Assignee|kdepim-bugs at kde.org         |faure at kde.org
            Summary|DAV resource sends password |HTTP Basic authentication
                   |encoded as Latin1           |password is encoded as
                   |                            |Latin-1 / ISO-8859-1

--- Comment #1 from Grégory Oestreicher <greg at kamago.net> ---
Yup, there's a conversion done in
frameworks/kio/src/ioslaves/http/httpauthentication.cpp:386 so re-assigning to
KIO.

However it seems that deciding on the character encoding is left to the
browser, though the HTTP RFC seems to say that it must be ISO-8859-1 unless
encoded as MIME according to RFC2047 but support for this is non-existent and
it's left mostly to the implementer appreciation.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list