Summary: | Adding user-added certificate in "ssl versions and certificates" wont persist the new added certificate | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | jens <jp7677> |
Component: | kdecore | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | f.bondoux, vesa.muhonen, wstephenson |
Priority: | NOR | ||
Version: | 4.8 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.3 | |
Sentry Crash Report: | |||
Attachments: | correct file pattern matching in kdecore/network/ksslcertificatemanager.cpp |
Description
jens
2011-01-15 09:30:19 UTC
Created attachment 64055 [details]
correct file pattern matching in kdecore/network/ksslcertificatemanager.cpp
Hi, I'm seing the same bug : the certificate doesn't show up in the kcm module but is correctly used by e.g. konqueror. I've tried the attached patch in my gentoo box. It seems to work. It looks like the extra '/' breaks the pattern matching. Hi, It seems that I'm having the same issue here running openSUSE 12.1 Tumbleweed with KDE SC 4.7.2. For me the certificate doesn't show up nor it is used by konqueror or rekonq. @Florent, as far as I know patches attached to bug entries usually get lost. Could you post your patch on kde reviewboard? Regards, Jens @Jens done Thanks for the suggestion Florent Hi Florent, Thanks a lot for posting it on reviewboard (https://git.reviewboard.kde.org/r/104176/). Did you commit you patch or did someone commit for you in the meantime? Regards, Jens Git commit 935a374a95190a34f351d4daf01c248e22d303b3 by Dawit Alemayehu. Committed on 18/04/2012 at 20:36. Pushed by adawit into branch 'KDE/4.8'. Make user-added certificates persist in the SSL Preferences dialog. Patch providedd by Florent Bondoux. FIXED-IN: 4.8.3 REVIEW: 104176 M +1 -1 kdecore/network/ksslcertificatemanager.cpp http://commits.kde.org/kdelibs/935a374a95190a34f351d4daf01c248e22d303b3 |