﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11193	[patch] Honor Expires/Cache-Control in OsmFileCacheTileLoader	wiktorn	team	"I just noticed, that JOSM serves me old tiles, though Expires and Cache-Control header gives quite short time to live on server.

I've made two version, how we can approach this problem:
1. Create additional metadata (expires) and store it along the tile file, but I find this quite wasteful (if no other metadata is stored, then it creates very small file). And then - compare this additional metadata when deciding, whether to serve the file from disk, or download

Although - in my case, I get etags, so I have these files anyway.

2. Align last modification date of file, so it will take into account Expires / Cache-Control date, and probably rewind it to the past, so we will ask for the file exactly, when Expires-Cache-Control says so."	defect	closed	normal	15.03	Core imagery	tested	fixed	WMS, TMS, cache	
