[ 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"
> ---
[
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
[ 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
[ 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
> -
[
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
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