| Summary: | Make KAboutData accept https:// next to http:// for schema of homepage URL | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kcoreaddons | Reporter: | Martin Walch <walch.martin> |
| Component: | general | Assignee: | Michael Pyne <mpyne> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Unspecified | ||
| Latest Commit: | http://commits.kde.org/kcoreaddons/9e5f731c8f63d239172f76d826973042e7920dee | Version Fixed/Implemented In: | 5.17 |
| Sentry Crash Report: | |||
|
Description
Martin Walch
2015-11-17 18:30:41 UTC
A fix is in the works, see https://git.reviewboard.kde.org/r/126189/ Git commit 9e5f731c8f63d239172f76d826973042e7920dee by Michael Pyne. Committed on 03/12/2015 at 00:37. Pushed by mpyne into branch 'master'. KAboutData: Allow https:// and other URL schemas in homepage. This commit permits URLs such as "https://www.foo.org" (i.e. with non-http schemas), since we currently require applications to provide a http:// URL only (a rather obvious misfeature in 2015). FIXED-IN:5.17 REVIEW:126189 M +12 -0 autotests/kaboutdatatest.cpp M +22 -19 src/lib/kaboutdata.cpp M +14 -8 src/lib/kaboutdata.h http://commits.kde.org/kcoreaddons/9e5f731c8f63d239172f76d826973042e7920dee |