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

Graham Leggett <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Graham Leggett <[email protected]> ---
Fixed in r1479905, proposed for backport to trunk.

This problem touched three areas of httpd:

- ap_meets_conditions() had no idea what "strong validation" meant with respect
to Last-Modified.
- the byterange filter ignored weak Last-Modified.
- the cache didn't take conditional headers into account at all.

Httpd now has a set of functions to check each conditional header individually
for compliance, allowing it to be used elsewhere in the server.

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