From kde-commits Tue Jan 03 10:50:35 2006 From: Hamish Rodda Date: Tue, 03 Jan 2006 10:50:35 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kioslave/http Message-Id: <1136285435.814874.19542.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113628551016709 SVN commit 493788 by rodda: Remuvo unneeded debug line M +2 -1 http.cc --- branches/KDE/3.5/kdelibs/kioslave/http/http.cc #493787:493788 @@ -1369,9 +1369,10 @@ if ( m_responseCode == 301 ) { - kdDebug(7113) << "(" << m_pid << ") HTTPProtocol::re-rename " << m_redirectLocation.path() << endl; // Work around strict Apache-2 WebDAV implementation which refuses to cooperate // with webdav://host/directory, instead requiring webdav://host/directory/ + // (strangely enough it accepts Destination: without a trailing slash) + if (m_redirectLocation.protocol() == "https") m_redirectLocation.setProtocol("webdavs"); else