Bug 185 - Feature request: Add HEAD command, Last-Modified and E-Tag headers, respect for If-Modified-Since and If-None-Match request headers to webserver component
: Feature request: Add HEAD command, Last-Modified and E-Tag headers, respect f...
Status: RESOLVED FIXED
Product: lists.slimdevices.com
Classification: Unclassified
Component: Web Interface
: unspecified
: All All
: P2 enhancement (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-02-09 19:53 UTC by Roy Silvernail
Modified: 2004-03-05 14:01 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roy Silvernail 2004-02-09 19:53:50 UTC
Feature request for the webserver component.  
HEAD command is used by many browsers to check for changed content.
Last-Modified and E-Tag headers are cached by the client and sent back in as
If-Modified-Since and If-None-Match request headers.  The server should respect
these headers and return a '304 Unchanged' response if the file to be fetched
hasn't been updated.  Primarily for cover art, but generally useful.
Comment 1 Dan Sully 2004-03-05 14:01:44 UTC
HTTP 1.1 server commited.