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

Dawit Alemayehu adawit at kde.org
Thu Nov 18 09:41:32 CET 2010


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





--- Comment #13 from Dawit Alemayehu <adawit kde org>  2010-11-18 09:41:30 ---
(In reply to comment #12)
> The same problem stands for webdav kioslave, but unlike the http kioslave, you
> cannot remove the caching for webdav kioslave (or at least I didn't find how to
> do it..)

The webdav and http kioslaves are one and the same. All webdav requests are
processed by the http kioslave. There is no such thing as webdav ioslaves
because webdav is simply an extension of the HTTP protocol. Anyhow, none of the
webdav related function in kio_http make conditional server requests because
all of them set the caching policy to CC_Reload everytime. As such, without the
header that was received from kio_http[1], it would be hard to diagnose the
problem. 

[1] You can provide the header generated by kio_http, by simply activating the
kio_http debug area (7103) from the kdebugdialog application...

-- 
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