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

List:       kde-commits
Subject:    branches/KDE/4.3/kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2010-01-21 16:18:11
Message-ID: 1264090691.524180.19757.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1078134 by dfaure:

Backport 1063293: Ignore proxy urls that don't have a protocol, fixes FTP not working \
on OpenSuse due to an old kioslaverc file. Fixed for: 4.3.5
CCBUG: 214896


 M  +1 -1      kprotocolmanager.cpp  


--- branches/KDE/4.3/kdelibs/kio/kio/kprotocolmanager.cpp #1078133:1078134
@@ -386,7 +386,7 @@
         if ( (!useRevProxy && !isRevMatch) || (useRevProxy && isRevMatch) )
         {
            d->url = proxy;
-           if ( d->url.isValid() )
+           if (d->url.isValid() && !d->url.protocol().isEmpty())
            {
               // The idea behind slave protocols is not applicable to http
               // and webdav protocols.


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

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