You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by "Graham Dumpleton (JIRA)" <ji...@apache.org> on 2006/03/19 05:57:00 UTC

[jira] Assigned: (MODPYTHON-130) Improvements associated with modifications times.

     [ http://issues.apache.org/jira/browse/MODPYTHON-130?page=all ]

Graham Dumpleton reassigned MODPYTHON-130:
------------------------------------------

    Assign To: Graham Dumpleton

> Improvements associated with modifications times.
> -------------------------------------------------
>
>          Key: MODPYTHON-130
>          URL: http://issues.apache.org/jira/browse/MODPYTHON-130
>      Project: mod_python
>         Type: Improvement
>   Components: core
>     Versions: 3.3
>     Reporter: Graham Dumpleton
>     Assignee: Graham Dumpleton

>
> 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-dev@httpd.apache.org/msg01212.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira