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

List:       kde-core-devel
Subject:    change in kio/kio/job.cpp broke lan-browsing ioslave
From:       Alexander Neundorf <alexander.neundorf () gmx ! net>
Date:       2003-02-04 16:52:11
[Download RAW message or body]

Hi,

the kio_lan ioslave makes heavy use of redirecting listDir().

I don't know since when, but suddenly bugreports appeared that it doesn't work 
anymore at all.

I had a look at kdelibs/kio/kio/job.cpp

void ListJob::slotRedirection( const KURL & url )
{
     if (!kapp->authorizeURLAction("redirect", m_url, url))
     {
       kdWarning(7007) << "ListJob: Redirection from " << m_url.prettyURL()
<< " to " << url.prettyURL() << " REJECTED!" << endl;
       return;
     }


This is where the redirection is rejected.
I see no reason why it shouldn't be redirected.
OTOH redirecting to http://somehost works.

Can we make it work again, please ?

Bye
Alex

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

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