]> git.ipfire.org Git - thirdparty/squid.git/commit
Treat no-cache as must-revalidate in Authentication
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 30 Nov 2012 13:38:38 +0000 (06:38 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 30 Nov 2012 13:38:38 +0000 (06:38 -0700)
commit8706eb0ae205048d85631bd31d078b679b15834f
treeba6052ce607282ef6b3bef23588756f3d4945a30
parent0b72b39434683e140a2d91a1218d37f861607007
Treat no-cache as must-revalidate in Authentication

Wrapped as a violation because this operation is off-spec.

CC:no-cache was omitted from the HTTP spec apparently on grounds that
changing its caching effects on authentication would come as a surprise.
The actual operation is safe enough to use when parameterless no-cache
is treated strictly as an alias for must-revalidate (as done by Squid now).

Ref: http://lists.w3.org/Archives/Public/ietf-http-wg/2012OctDec/0387.html
src/http.cc