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