Roundup Tracker - Issues

Message5509

Author rouilj
Recipients ber, richard, rouilj, tonimueller
Date 2016-04-09.04:51:22
Message-id <1460177483.24.0.410969957486.issue2550651@psf.upfronthosting.co.za>
In-reply-to
Is there a way in TAL to tell if a HEAD has been requested and abort the
generation of the tal page. Something like:

<tal:dontprocess tal:condition="python:
request.client.env['REQUEST_METHOD'] != 'HEAD'" >'

as the very first line of the page.html file
should prevent the page generation/tal processing right?

Will that have any effect on the expires time?
History
Date User Action Args
2016-04-09 04:51:23rouiljsetmessageid: <1460177483.24.0.410969957486.issue2550651@psf.upfronthosting.co.za>
2016-04-09 04:51:23rouiljsetrecipients: + rouilj, richard, ber, tonimueller
2016-04-09 04:51:23rouiljlinkissue2550651 messages
2016-04-09 04:51:22rouiljcreate