This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SimpleHTTPServer doesn't return last-modified headers
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: aaronsw, georg.brandl
Priority: normal Keywords:

Created on 2006-01-28 19:24 by aaronsw, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg27371 - (view) Author: Aaron Swartz (aaronsw) Date: 2006-01-28 19:24
SimpleHTTPServer doesn't return any Last-Modified headers with its 
responses, which means browsers can't cache them, which means if you 
try and view pages with images and things it has to reload all of them 
every time.
msg27372 - (view) Author: Aaron Swartz (aaronsw) Date: 2006-01-28 19:25
Logged In: YES 
user_id=122141

Here's a patch:

http://sourceforge.net/tracker/index.php?
func=detail&aid=1417555&group_id=5470&atid=305470
msg27373 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-17 13:36
Logged In: YES 
user_id=1188172

Committed a patch in rev. 42450.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42845
2006-01-28 19:24:21aaronswcreate