Menu

Commit [r2963]  Maximize  Restore  History

* Under [wiki:TracModPython mod_python], you couldn't have multiple headers with the same name (e.g. `Set-Cookie`), which was the cause for #2843. That is now fixed by using `req.headers_out.add()` instead of dict-style assignment.

* Also under mod_python, when using a non-multithreaded MPM, the Trac environment wasn't being reused.
* Minor cleanup of session code.

cmlenz 2006-03-07

changed /trunk/trac/web/main.py
changed /trunk/trac/web/modpython_frontend.py
changed /trunk/trac/web/session.py
changed /trunk/trac/web/tests/session.py
/trunk/trac/web/main.py Diff Switch to side-by-side view
Loading...
/trunk/trac/web/modpython_frontend.py Diff Switch to side-by-side view
Loading...
/trunk/trac/web/session.py Diff Switch to side-by-side view
Loading...
/trunk/trac/web/tests/session.py Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB