Re: [Webware-discuss] SessionStore bug and fix

2006-04-07 Thread Ben Parker
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

Re: [Webware-discuss] SessionStore bug and fix

2006-04-07 Thread Christoph Zwerschke
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

Re: [Webware-discuss] SessionStore bug and fix

2006-04-03 Thread Christoph Zwerschke
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.

[Webware-discuss] SessionStore bug and fix

2006-04-02 Thread Ben Parker
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