[jira] Resolved: (MODPYTHON-57) mem_cleanup throws "dictionary changed size during iteration"

2005-05-28 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-57?page=all ] Nicolas Lehuen resolved MODPYTHON-57: - Assign To: Nicolas Lehuen Resolution: Fixed Fix Version: 3.2.0 > mem_cleanup throws "dictionary changed size during iteration" > ---

[jira] Commented: (MODPYTHON-57) mem_cleanup throws "dictionary changed size during iteration"

2005-05-28 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-57?page=comments#action_66502 ] Nicolas Lehuen commented on MODPYTHON-57: - We also have to protect against the case where some sessions are added to the sdict dictionary while the cleanup is bein

[jira] Resolved: (MODPYTHON-28) Add a standard test handler in the distribution

2005-05-28 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-28?page=all ] Nicolas Lehuen resolved MODPYTHON-28: - Resolution: Fixed I've added a bit of documentation about testing and using the testhandler. Despite my efforts, I did not manage to install a

[jira] Updated: (MODPYTHON-28) Add a standard test handler in the distribution

2005-05-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-28?page=all ] Jim Gallacher updated MODPYTHON-28: --- Attachment: modpython2.tex-jg20050528-1.diff A few small documentation fixes. > Add a standard test handler in the distribution > -

[jira] Commented: (MODPYTHON-28) Add a standard test handler in the distribution

2005-05-28 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-28?page=comments#action_66505 ] Jim Gallacher commented on MODPYTHON-28: You got the LaTex mostly right. There is one error (a stray backslash) which I've corrected in the attached patch. As for

Re: req.get_session (Was Re: _apache.emergency_unlock function?)

2005-05-28 Thread Jim Gallacher
Nicolas Lehuen wrote: In the Java (i.e. servlets) world, when you want a session, you just ask for it on the HttpRequest object. If a session exist, you get it, if not, it is created. If you never ask for a session, then it is not created, this way a session is not mandatory for pages which do no