[WebKit-devel] [Bug 256104] Web page rendered incorrectly when caching is enabled...
Dawit Alemayehu
adawit at kde.org
Thu Nov 18 18:41:26 CET 2010
https://bugs.kde.org/show_bug.cgi?id=256104
--- Comment #20 from Dawit Alemayehu <adawit kde org> 2010-11-18 18:41:24 ---
(In reply to comment #19)
> 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..
Ah yes... I forgot that webdav can do a GET request to retrieve the content. :(
The whole caching problem will be fixed shortly ; so please wait for that
then... I already have a patch that I am testing right now.
--
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