https://issues.apache.org/bugzilla/show_bug.cgi?id=55547

Yann Ylavic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30817|0                           |1
        is obsolete|                            |

--- Comment #1 from Yann Ylavic <[email protected]> ---
Created attachment 30823
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30823&action=edit
Fix headers forwarded from/as an origin 304 response

In the same case, when the conditional request meets the conditions of the
stale then revalidated entry, the forwarded 304 response includes the entity
headers merged from the cached headers before updating the entry.

This new patch does the same as the previous one but also stips the spurious
entity headers on forwarded 304 responses.

Note that since the entity headers are stripped elsewhere (line 1167, about 304
response as well and sections 10.3.3/10.3.5 of the RFC2616), the code has been
moved to a function; and the missing headers "Expires" and "Content-Location"
added to the list (the same list in server/protocol.c line 1225 includes them,
should it not be an ap_ function to do that?).

-- 
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]

Reply via email to