Summary: | Konqueror keeps POST Content-Type over redirect | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Ernst Bachmann <ebachmann> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.6.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.4 | |
Sentry Crash Report: |
Description
Ernst Bachmann
2011-03-29 13:42:55 UTC
Git commit 38eefc85fa7182f89e7dc7905d41e745c275fce4 by Dawit Alemayehu. Committed on 07/05/2011 at 21:26. Pushed by adawit into branch 'KDE/4.6'. Do not send content-type header on the subsequent GET request that occurs as a result of a POST operation redirection. Fixes bug for khtml. For kdewebkit, the fix needs to be done upstream and as such as ticket has been opened there. See http://webkit.org/b/60440. BUG: 269694 FIXED-IN: 4.6.4 M +1 -0 kio/kio/job.cpp http://commits.kde.org/kdelibs/38eefc85fa7182f89e7dc7905d41e745c275fce4 Git commit 4121b334d2cc88581050b824f260fe28777ac108 by Dawit Alemayehu. Committed on 07/05/2011 at 21:26. Pushed by adawit into branch 'master'. Do not send content-type header on the subsequent GET request that occurs as a result of a POST operation redirection. Fixes bug for khtml. For kdewebkit, the fix needs to be done upstream and as such as ticket has been opened there. See http://webkit.org/b/60440. BUG: 269694 FIXED-IN: 4.6.4 (cherry picked from commit 38eefc85fa7182f89e7dc7905d41e745c275fce4) M +1 -0 kio/kio/job.cpp http://commits.kde.org/kdelibs/4121b334d2cc88581050b824f260fe28777ac108 Git commit 1ca33c08620d22a5e00e97fda79dd9bb7574e8ed by Dawit Alemayehu. Committed on 08/05/2011 at 04:11. Pushed by adawit into branch 'KDE/4.6'. Workaround QtWebKit's incorrect handling redirection of a POST operation. See http://webkit.org/b/60440 for the details. CCBUG: 269694 M +16 -8 kio/kio/accessmanager.cpp http://commits.kde.org/kdelibs/1ca33c08620d22a5e00e97fda79dd9bb7574e8ed Git commit 3b1efe635cb5c65994bbb586079d0a902c4d3e26 by Dawit Alemayehu. Committed on 07/05/2011 at 23:48. Pushed by adawit into branch 'master'. Workaround QtWebKit's incorrect handling of redirection during a POST operation. See http://webkit.org/b/60440 for the details. Reshuffled the code in AccessManager::createRequest to make things more efficient by cutting down on the number of unnecessary branch statements. CCBUG: 269694 M +30 -16 kio/kio/accessmanager.cpp http://commits.kde.org/kdelibs/3b1efe635cb5c65994bbb586079d0a902c4d3e26 |