Christoph Zwerschke wrote on 04/07/2006 03:57 PM:
Ben Parker wrote:
The SessionStore convenience functions items() and values() include a
bug where a session key can be deleted after self.keys() has been
called, but before the session has been accessed from the store. This
leads to an unhand
Ben Parker wrote:
Hi, I have a bug and fix to submit. Attached is a patch file for
WebKit/SessionStore.py against the 0.9 release.
The SessionStore convenience functions items() and values() include a
bug where a session key can be deleted after self.keys() has been
called, but before the ses
Hi, I have a bug and fix to submit. Attached is a patch file for
WebKit/SessionStore.py against the 0.9 release.
Thanks. I will have a look at it and check it in if it's ok. Maybe I
will add some tests for the session operations as well.
Please let me know if I should submit this another way.
Hi, I have a bug and fix to submit. Attached is a patch file for
WebKit/SessionStore.py against the 0.9 release.
The SessionStore convenience functions items() and values() include a
bug where a session key can be deleted after self.keys() has been
called, but before the session has been acces