Re: WebDAV issues with Konqueror 4.10 (Windows)

2014-01-10 Thread Dawit A
The patch does fix the issue ; so please commit it. I have no idea why the redirection is not honored with the exact same URL that is sent back to KIO. Maybe it ignores redirection to the same URL and the comparison it performs ignores the trailing slash in the redirect to URL? Anyhow, I cannot rep

A note about KIO and password management

2012-04-20 Thread Dawit A
to do the following: KDirLister* lister = new KDirLister; lister->setMainWindow(widget->window()); So, the next time a user complains about being required to login credentials over and over again when using your application, check your code to make sure it is doing the right thing. Regards, Daw

Re: When the anti-spoof message pops up

2011-11-28 Thread Dawit A
> it too? > Regards, > Shantanu Tushar    (UTC +0530) > http://www.shantanutushar.com > > > On Sun, Nov 27, 2011 at 1:33 AM, Dawit A wrote: >> >> I have added a new KIO meta-data to disable username spoofing change. See >> >> >&

Re: When the anti-spoof message pops up

2011-11-26 Thread Dawit A
(url,); job->addMetaData(QLatin1String(" no-spoof-check-prompt"), QLatin1String("TRUE")); On Wed, Nov 23, 2011 at 8:57 PM, Shantanu Tushar Jha wrote: > Hi, > > On Wed, Nov 23, 2011 at 11:22 PM, Dawit A wrote: >> >> On Tue, Nov 22, 2011 at 11:20 PM, Sha

Re: When the anti-spoof message pops up

2011-11-23 Thread Dawit A
On Tue, Nov 22, 2011 at 11:20 PM, Shantanu Tushar Jha wrote: > On Tue, Nov 22, 2011 at 11:26 PM, Dawit A wrote: >> >> On Tue, Nov 22, 2011 at 11:09 AM, Shantanu Tushar Jha >> wrote: >> > Hi, >> > >> > I'm pretty sure everyone will have seen

Re: When the anti-spoof message pops up

2011-11-22 Thread Dawit A
On Tue, Nov 22, 2011 at 11:09 AM, Shantanu Tushar Jha wrote: > Hi, > > I'm pretty sure everyone will have seen the message `You are about to log in > to the site "api.opendesktop.org" with the username "user", but the website > does not require authentication. This may be an attempt to trick you.'