I need help to fix the bug 68483 (MSN unable to connect with Konqueror offline browsing mode)
Dawit A.
adawit at kde.org
Fri Feb 27 23:59:01 GMT 2004
Hi,
Simple. You need to handle redirections since going to the specific URL
mentioned in the bug report results in a redirection to another page. You
need to connect to the job's redirection signal and do nothing until the
redirection is done.
The meta-data settings are fine if you want to bypass the cache, but you might
also want to do
job->addMetaData("ssl_activate_warnings", "FALSE");
to disable SSL warning dialog when doing from SSL to non-SSL pages if that
applies.
On Friday 27 February 2004 16:16, Olivier Goffart wrote:
> Hello
>
> I need help to fix the Bug 68483.
>
> Kopete uses, in order to connect to msn, KIO::get() to download a asp
> page trought https, that page is parsed, and the auth info extracted.
>
> The problem is that when konqueror is in offline mode, a message box
> appears "saying
> The file or folder
> https://msnialogin.passport.com/ppsecure/post.srf?lc=1033&id=507&tw=40&cbid
>=507&da=passport.com&login=***&domain=passport.com&passwd=*** does not
> exist."
>
> I've already tried several things like
> job->addMetaData("cache", "reload");
> job->addMetaData("no-cache", "true");
>
> But that does not work.
>
> It's maybe a problem with KIO or Konqueror. I think that such as konqueror
> settings shouldn't affect the whole kde. (and even, this error message is
> definitively not the right)
>
> someone in #kde-devel asked me to ask on this list.
> please CC me.
>
> thanks for all information you could give me.
>
>
> Oh, and while you are here, i've a question about another bug (Bug 75511)
> Has something changed in the way KHTMLpart handle animated images? (I
> haven't verrified that bug yet)
--
Regards,
Dawit A.
"Preach what you practice, practice what you preach"
More information about the kfm-devel
mailing list