| Graham Dumpleton (JIRA) 2007-04-11, 1:13 pm |
|
[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]
Graham Dumpleton closed MODPYTHON-130.
--------------------------------------
> Improvements associated with modifications times.
> -------------------------------------------------
>
> Key: MODPYTHON-130
> URL: https://issues.apache.org/jira/browse/MODPYTHON-130
> Project: mod_python
> Issue Type: Improvement
> Components: core
> Affects Versions: 3.3
> Reporter: Graham Dumpleton
> Assigned To: Graham Dumpleton
> Fix For: 3.3
>
>
> In order to be able to more easily maintain last modified response header and ETag, should expose:
> ap_set_etag()
> ap_update_mtime()
> ap_set_last_modified()
> through the request object. Ie.,
> req.set_etag()
> req.update_mtime()
> req.set_last_modified()
> Direct assignment to mtime wouldn't be allowed and req.update_mtime() perfered as it will only update mtime if replacement value is newer. See mailing list for brief discussion on this:
> http://www.mail-archive.com/python-...g/msg01212.html
|