home / django_tickets / tickets

tickets: 11479

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
11479 2009-07-14 15:28:55 2009-08-08 20:12:12 2022-03-06 03:50:01.377226 Accepted new Core (Cache system) Bug Normal 1.0   cache_page and last_modified decorators can't be used together The function the calculates the last_modified date will always run but since the cache_page decorator ends up calling a middleware it will get to the last_modified and etag headers first. It will see that they are empty (because only another middleware could have changed them at that point) and then set them to default values. Then the last_modified decorator will see the last modified header is already set and not change it. nobody megaman821@gmail.com   0 0 0 0 0 0
Powered by Datasette · Queries took 39.09ms