[WebKit-devel] [Bug 256104] Web page rendered incorrectly when caching is enabled...

Predrag Viceic viceic at net2000.ch
Thu Nov 18 14:31:11 CET 2010


https://bugs.kde.org/show_bug.cgi?id=256104





--- Comment #19 from Predrag Viceic <viceic net2000 ch>  2010-11-18 14:31:08 ---
I have noticed that in http.cpp (davGeneric method), m_request.cacheTag.policy
is indeed set to CC_Reload. However, GET request is not a webdav request but a
plain HTTP 1.0 request.

On the other side, in the method get(), the cache policy is based on data
parsed from the (I suposse) request header. "Cache-control: no-cache" doesn't
seem to match any proposition in KIO::parseCacheControl, so it defaults to
CC_Verify..

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the WebKit-devel mailing list