Bug 82965 - wildcards in URLs to make kwallet work with URLs containing session ids
Summary: wildcards in URLs to make kwallet work with URLs containing session ids
Status: RESOLVED DUPLICATE of bug 72317
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kwallet (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: George Staikos
URL:
Keywords:
: 84566 86372 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-07 01:00 UTC by Gerd v. Egidy
Modified: 2004-11-13 08:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerd v. Egidy 2004-06-07 01:00:24 UTC
Version:            (using KDE KDE 3.2.2)
Installed from:    SuSE RPMs

A lot of websites use session ids in their URLs. Kwallet currently doesn't recognize all of those URLs so the user always has to enter his password. Another thing are loadbalanced webservers with different names like www1, www2, www3, ... all serving the same site/application.

So I'd like to be able to add wildcards to the password/form maps in kwallet.
Comment 1 George Staikos 2004-08-07 00:40:51 UTC
*** Bug 86372 has been marked as a duplicate of this bug. ***
Comment 2 George Staikos 2004-11-05 20:33:26 UTC
CVS commit by staikos: 

- Add wildcard query support to KWallet
- Add a testcase for it
- Add a new file kwallettypes for the DCOPRef additions
  (Time to move some of these into dcop/?)

Review of the interface is appreciated.  What does this get us?  Well, the
ability to find close matches for URLs.
CCBUG: 82965, 72317


  A            kwallet/client/kwallettypes.h   1.1 [LGPL (v2+)]
  M +65 -1     kio/misc/kwalletd/kwalletd.cpp   1.74
  M +4 -1      kio/misc/kwalletd/kwalletd.h   1.37
  M +23 -1     kwallet/backend/kwalletbackend.cc   1.54
  M +5 -1      kwallet/backend/kwalletbackend.h   1.21
  M +2 -2      kwallet/client/Makefile.am   1.12
  M +62 -3     kwallet/client/kwallet.cc   1.46
  M +38 -1     kwallet/client/kwallet.h   1.30
  M +17 -0     kwallet/tests/kwalletboth.cpp   1.2



Comment 3 George Staikos 2004-11-05 20:33:30 UTC
*** Bug 84566 has been marked as a duplicate of this bug. ***
Comment 4 George Staikos 2004-11-13 08:40:52 UTC
Actually since wildcards are now implemented in kwallet, this is a dupe of #72317 so I will merge the two.  KHTML will have a fallback "find approximate match" mechanism I guess.

*** This bug has been marked as a duplicate of 72317 ***