On Feb 12, 2011, at 6:03 PM, [email protected] wrote: > Author: minfrin > Date: Sun Feb 13 02:03:29 2011 > New Revision: 1070179 > > URL: http://svn.apache.org/viewvc?rev=1070179&view=rev > Log: > mod_cache: When a request other than GET or HEAD arrives, we must > invalidate existing cache entities as per RFC2616 13.10. PR 15868.
Cache entries should not be invalidated unless the response comes back as a success (2xx). Likewise, it only applies to methods with known write effects (not including TRACE, OPTIONS, PROPFIND, etc.). This has already been updated in httpbis p6. ....Roy
