https://issues.apache.org/bugzilla/show_bug.cgi?id=16133
Graham Leggett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk --- Comment #16 from Graham Leggett <[email protected]> 2010-10-18 19:57:10 EDT --- httpd-trunk now respects the no-cache response header in cached responses and revalidates every time (not-fresh), and supports no-cache-with-header as well: /* These come from the cached entity. */ if (h->cache_obj->info.control.no_cache || h->cache_obj->info.control.no_cache_header || h->cache_obj->info.control.private_header) { /* * The cached entity contained Cache-Control: no-cache, or a * no-cache with a header present, or a private with a header * present, so treat as stale causing revalidation. */ return 0; } Would it be possible to retest trunk to see if this issue is indeed fixed? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
