On 12.06.2012 11:19, Eliezer Croitoru wrote:
On 11/06/2012 08:56, Amos Jeffries wrote:
You have your debug options set to display important messages, not
just
critical ones.
It is important to be aware your "cache deny REDIRECT" is not
working as
you designed.
Amos
.. do you have any suggestion on how to make it work to not cache a
302 code response ?
Not with the existing design. processReply() in http.cc needs to be
altered to run some access directive similar to "cache" in order to cope
with responses.
Is this for your system with ICAP service to cache YouTube? You can add
no-store control to the 3xx response with RESPMOD pre-cache.
Amos