On Thu, May 12, 2005 at 11:34:38AM -0500, William A. Rowe, Jr. wrote:
> Let me suggest, instead, that every proxy between here and
> Timbuktu suffers the same problem from your example.
> 
> Better, methinks, is for mod_rewrite to toggle Vary: for the
> envvar that triggered its rewrite.  This is symptomatic of a
> more sinister side effect of mod_rewrite.

Exactly my thoughts as well.  If the Vary header were in the response, then
mod_cache would act accordingly.

Without that header, every HTTP cache in between the client and the server
would operate identically to mod_cache as a quick_handler.  So, this doesn't
actually fix the problem if mod_rewrite is lame.  In short, this patch doesn't
fix anything and only hides the underlying cause.  -- justin

Reply via email to