Opened 17 years ago
Last modified 15 years ago
#467 new enhancement
Add proper cache headers & file date to GETTILEIMAGE response
Reported by: | zspitzer | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Tile Service | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
Two anonymous valid requests for a tile from the tilecache will retrieve the same file twice
Adding the cached file date to the responce header will help and cache headers
Combining this with RFC 11 and USERNAME=Anonymous will enable a normal proxy server to cache the requests.
To full take advantage of this viewers would need to check if anonymous access is available first for base layers for public sites. It would still work using basic for intranet type environments, it's the session in the url which creates the problem
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 16 years ago
Type: | defect → enhancement |
---|
comment:3 by , 15 years ago
Version: | 2.0.0 |
---|
Removing version from enhancement request. If this enhancement request has been addressed or is no longer required, please close ticket.
You'd also want to add 304 / if-modified-since handling to the MapAgent I think...