Bug 102816
Summary: | [Qt] qt-project.org shows JSON content instead of the proper website. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zeno Albisser <zeno> |
Component: | WebKit Qt | Assignee: | Michael Brüning <michael.bruning> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | hausmann, michael.bruning |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zeno Albisser
This issue can be reproduced on Mac and on Linux.
Loading qt-project.org the first time seems to work fine.
Also reloading the page works fine.
But going backwards and forwards in the browsing history triggers this issue.
Disabling the NetworkDiskCache seems to work around this problem.
So it seems the problem is related to QNetworkDiskCache. But this needs further investigation.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Brüning
I'll have a look at this.
Michael Brüning
Definitely cache related, the json file that gets displayed on navigating back (also works when starting MiniBrowser with qt-project.org as url) is saved for the qt-project.org url in cache item.
Trying to find out where this goes wrong at the moment.
Simon Hausmann
Downstream bug report: https://bugreports.qt-project.org/browse/QTBUG-28035
I guess it's likely to result in a change in Qt instead of WebKit.
Michael Brüning
This is indeed a problem in Qt, being tracked at https://bugreports.qt-project.org/browse/QTBUG-28035 .