| Summary: | Konqueror fails with HTTP errors 302 and 301. | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Knut Johansson <knut> |
| Component: | http | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | adrian, ahartmetz, f.koester, faure, kde, Tanktalus, tl |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Knut Johansson
2009-07-19 20:07:47 UTC
Could you revert r996832 and retest? This is only change made in kio/http 4_3 branch which I found. http://lists.kde.org/?l=kde-commits&m=124761529815756&w=2 Reverted kdelibs/kioslave/http back to r991488 Everything worked as before, no more 302 and 301s. So r996832 cause the problem. Oddly trunk works fine, too (@r997984). SVN commit 1000698 by ahartmetz: - Set m_mimeTypeSent in one more place to better avoid sending mimeType() too often. - Do not send mimeType() if the result of the request is a redirection. Thanks to dfaure for finding the problem from the browser's POV and for the first hunk of the patch. The bugfix that caused the problems is not in trunk so far, by the way. BUG:200789 M +2 -1 http.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1000698 *** Bug 195311 has been marked as a duplicate of this bug. *** *** Bug 201274 has been marked as a duplicate of this bug. *** *** Bug 201301 has been marked as a duplicate of this bug. *** I've taken the above patch and applied it to my kdelibs (4.3rc3), and confirmed it fixed the issue. Thanks for the quick turnaround. *** Bug 201307 has been marked as a duplicate of this bug. *** This issue can be closed. Fixed! Can you change the status to CLOSED FIXED? (as opposed to RESOLVED FIXED) :) |