<table><tr><td style="">ahmadsamir created this revision.<br />ahmadsamir added reviewers: Frameworks, dfaure, apol.<br />Herald added a project: Frameworks.<br />ahmadsamir requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D26734">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The issue with QRegularExpression::wildcardToRegularExpression() is<br />
that it's more strict in its interpretation of a wildcard, i.e. it<br />
makes it correctly work with file globbing patterns, meaning it would<br />
return this pattern "\\A(?:[^/]*)\\z" when called with "*", it excludes<br />
"/" which is a forbidden character in a filename, and it anchors the pattern<br />
(which when using QRegExp you'd used QRegExp::exactMatch()).</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">Install falkon (and falkon-kde for kwallet integration) and log in to a website with a user name and a password and select to remember it when asked to.</li>
<li class="remarkup-list-item">Restart falkon and see if the login data is shown</li>
</ul>

<p>with this patch it should show the login data.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R311 KWallet</div></div></div><br /><div><strong>BRANCH</strong><div><div>l-fix (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D26734">https://phabricator.kde.org/D26734</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/api/KWallet/kwallet.cpp<br />
src/runtime/kwalletd/backend/kwalletbackend.cc</div></div></div><br /><div><strong>To: </strong>ahmadsamir, Frameworks, dfaure, apol<br /><strong>Cc: </strong>blaze, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>