Opened 17 years ago
Last modified 17 years ago
#286 new enhancement
WMS Cache headers
Reported by: | zspitzer | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | WMS Interface | Version: | |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
Adding support for a ResourceHeader for WMS along the lines of the following
<Property xsi:noNamespaceSchemaLocation="Property-1.0.0.xsd">
<Name>_DATE_LAST_MODIFIED</Name> <Value>Wed, 01 Sep 2007 13:24:52 GMT</Value>
</Property>
which then means the WMS service could return a 304 not modified for a request with a valid If-Modified-Since: Wed, 01 Sep 2007 13:24:52 GMT
Change History (2)
comment:1 by , 17 years ago
Severity: | major → minor |
---|---|
Type: | defect → enhancement |
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
mapserver just added this feature http://trac.osgeo.org/mapserver/ticket/2551