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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kioslave/http
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2005-12-30 23:29:44
Message-ID: 1135985384.376781.21754.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 492748 by adawit:

Do not sanitize proxy-authorization header either.

 M  +2 -2      http.cc  


--- branches/KDE/3.5/kdelibs/kioslave/http/http.cc #492747:492748
@@ -171,8 +171,8 @@
     QString header = (*it).lower();
     // Do not allow Request line to be specified and ignore
     // the other HTTP headers.
-    if (header.find(':') == -1 || header.startsWith("host") ||
-        header.startsWith("proxy-authorization") ||
+    if (header.find(':') == -1 ||
+        header.startsWith("host") ||
         header.startsWith("via"))
       continue;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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