Summary: | passwords with quotes in their name don't export/import | ||
---|---|---|---|
Product: | [Applications] kwalletmanager | Reporter: | Dan Torop <dtorop934> |
Component: | general | Assignee: | Michael Leupold <lemma> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dtorop934 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch to create XML with QXmlStreamWriter |
Description
Dan Torop
2009-05-28 00:53:30 UTC
Created attachment 34069 [details]
patch to create XML with QXmlStreamWriter
Attached is a patch for KWalletEditor::exportXML to use QXmlStreamWriter rather than hand-building the XML. It's only tested for the case in the bug report and on my kdewallet (which has map & password nodes but not stream nodes).
SVN commit 974403 by mleupold: Use QXmlStreamWriter instead of manually crafted XML for exporting wallets to XML. This works around encoding/quoting problems. Thanks to Dan Torop. BUG:194358 M +27 -16 kwalleteditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=974403 SVN commit 974449 by mleupold: Backport of r974403: Use QXmlStreamWriter instead of manually crafted XML for exporting wallets to XML. This works around encoding/quoting problems. CCBUG:194358 M +27 -16 kwalleteditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=974449 |