Summary: | Cannot set up Open-Xchange recource | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | haukebass |
Component: | OpenXchange Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | fjmorazan, kde, scarpino |
Priority: | NOR | ||
Version: | 4.12 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
haukebass
2014-04-14 13:41:14 UTC
This bug has only been reported for versions older than KDEPIM 4.14 (at most akonadi-1.3). Can anyone tell if this bug still present? If noone confirms this bug for a recent version of akonadi (part of KDE Applications 15.08 or later), it gets closed in about three months. Same problem when adding open-Xchange resource with the error message "Client sent not allowed request parameter \", using the 16.xx series (currently 16.11.90) but not using an Ubuntu based system Hi there, the problem seems to be in the url used for the authentication request: /ajax/login?action=login&name=USERNAME&password=PASSWORD The error shown by the client is trimmed at the first slash since the full message retrieved by the server is: {"error":"Client sent not allowed request parameter \"[password]\" within the URI.","error_params":["[password]"],"categories":"ERROR","category":8,"code":"SVL-0030","error_id":"-1023421016-2164710","error_desc":"Client sent not allowed request parameter \"[password]\" within the URI."} Git commit b00e6e99732bbea43e33b4757a0758b94590e73e by Andrea Scarpino. Committed on 01/02/2017 at 18:16. Pushed by scarpino into branch 'master'. openxchange: display full error message Summary: The previous code splits the error text on the first slash, but newer xchange servers could return error messages with slashes in the text. Reviewers: #kde_pim, mlaurent Reviewed By: #kde_pim, mlaurent Subscribers: mlaurent Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D4381 https://commits.kde.org/kdepim-runtime/b00e6e99732bbea43e33b4757a0758b94590e73e Git commit 75c00380d8833b20536b9e6a761f164911bcb531 by Andrea Scarpino. Committed on 02/02/2017 at 19:39. Pushed by scarpino into branch 'master'. openxchange: display full error message Summary: The previous code splits the error text on the first slash, but newer xchange servers could return error messages with slashes in the text. Reviewers: #kde_pim, mlaurent Reviewed By: #kde_pim, mlaurent Subscribers: mlaurent Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D4381 M +7 -6 resources/openxchange/oxa/connectiontestjob.cpp https://commits.kde.org/kdepim-runtime/75c00380d8833b20536b9e6a761f164911bcb531 Confirming that this is still broken as of: kdepim 18.04.1 akonadi 18.04.1 I'd suggest that after 4 years, if the code is not going to be fixed, the provider should just be removed entirely. |