Roundup Tracker - Issues

Message4943

Author grisha
Recipients grisha
Date 2013-11-07.20:27:23
Message-id <1383856044.03.0.628213609416.issue2550821@psf.upfronthosting.co.za>
In-reply-to
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).
History
Date User Action Args
2013-11-07 20:27:24grishasetrecipients: + grisha
2013-11-07 20:27:24grishasetmessageid: <1383856044.03.0.628213609416.issue2550821@psf.upfronthosting.co.za>
2013-11-07 20:27:23grishalinkissue2550821 messages
2013-11-07 20:27:23grishacreate