Summary: | GHNS "Get New Documentation" broken | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Andreas Cord-Landwehr <cordlandwehr> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | codestruct, kfunk |
Priority: | NOR | Keywords: | regression |
Version: | git master | ||
Target Milestone: | 5.0.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/attica/d6118e0d79fc5b1abda3e2d1e506bb7bde160747 | Version Fixed In: | |
Sentry Crash Report: |
Description
Andreas Cord-Landwehr
2015-11-02 19:36:07 UTC
Phew, no idea. I just switched to https://collect.kde.org/kdevelop-qthelp/providers.xml in the qthelp plugin, however, still getting the network error. Maybe Gregor knows more? He's been the last person working on kns3... First, I can confirm, with kdevelop 4.7.1 I get the message "Unknown Open Collaboration Service API error. (0)". Secondly, sorry, I was working on KMoreTools which is different area of KNewStuff. Git commit d6118e0d79fc5b1abda3e2d1e506bb7bde160747 by Andreas Cord-Landwehr. Committed on 14/05/2016 at 13:52. Pushed by cordlandwehr into branch 'master'. Fix redirection of absolut Urls Redirection only worked with relative urls. Yet, e.g. the http to https redirection on KDE servers uses absolute paths, which resulted in an empty url, since the reply attribute was not relative. This patch adds a case distinction for redirecting absolute and relative paths. REVIEW: 127900 M +7 -2 src/atticabasejob.cpp http://commits.kde.org/attica/d6118e0d79fc5b1abda3e2d1e506bb7bde160747 |