﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11997	cache_control returns 200 OK response even page has not been changed.	Jani Tiainen	nobody	"Provided code:
{{{
@cache_control(must_revalidate=True)
@cache_page(60 * 60)
def myview(request)
    return HttpResponse('test')
}}}

Symptoms:
Returns always 200 OK response and complete cached content. Modified since and modified dates and ETags in request and response headers do match.

Correct behavior:
Return value 304 Not Modified if cache conditions are met and do not fetch data from cache nor execute view.
"	Bug	closed	Core (Cache system)	dev	Normal	needsinfo			Accepted	0	0	0	0	0	0
