[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2005-12-23 13:58:06
Message-ID: 1135346286.028220.24862.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 490870 by adawit:

Revert the fix for BR# 51185. It breaks far too many sites in the 
name of standards compliance. None of the other major browsers 
support it. And many web servers implement it incorrectly. See 
BR# 82747 for details.

BUG: 82747


 M  +4 -1      khtml_part.cpp  


--- branches/KDE/3.5/kdelibs/khtml/khtml_part.cpp #490869:490870
@@ -1643,10 +1643,13 @@
     if( !qData.isEmpty())
       d->m_doc->processHttpEquiv("refresh", qData);
 
-    // Support Content-Location per section 14.14 of RFC 2616.
+    // DISABLED: Support Content-Location per section 14.14 of RFC 2616.
+    // See BR# 51185,BR# 82747
+    /*
     QString baseURL = d->m_job->queryMetaData ("content-location");
     if (!baseURL.isEmpty())
       d->m_doc->setBaseURL(KURL( d->m_doc->completeURL(baseURL) ));
+    */
 
     if ( !m_url.isLocalFile() ) {
         // Support for http last-modified
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic