Message4943
Starting with mod_python 3.4.1, req.add_cgi_vars() is no longer called
implicitly, and so must be called explicitly. It now includes
add_common_vars(), so there is no need to call add_common_vars()
separately. So - where you have req.add_common_vars() it should now be
req.add_cgi_vars(). (And if you'd like to maintain backwards
compatibility with older mod_python versions, simply call them both). |
|
Date |
User |
Action |
Args |
2013-11-07 20:27:24 | grisha | set | recipients:
+ grisha |
2013-11-07 20:27:24 | grisha | set | messageid: <1383856044.03.0.628213609416.issue2550821@psf.upfronthosting.co.za> |
2013-11-07 20:27:23 | grisha | link | issue2550821 messages |
2013-11-07 20:27:23 | grisha | create | |
|