Summary: | Kwallet name only accepts alphanumeric characters, excluding Turkish chars | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Görkem Çetin <gorkem> |
Component: | kwallet | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ismail |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Görkem Çetin
2005-10-02 10:57:41 UTC
Any suggestions on how to change this and still keep it safe? Ah we are in string freeze but we can say "ASCII letters only" On Sunday 13 November 2005 12:03, ismail donmez wrote:
> ------- Ah we are in string freeze but we can say "ASCII letters only"
Strings aren't an issue. Let's just deal with the regexp. I want a
whitelist, not a blacklist.
SVN commit 885210 by mleupold: Allow UTF-8 strings as wallet names. BUG: 113708 M +2 -2 kdebase/runtime/kwalletd/kwalletd.cpp M +6 -12 kdeutils/kwallet/kwalletmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=885210 |