2 messages in org.kde.kfm-develRe: Problem with KIO::http_post
FromSent OnAttachments
Christian WeilbachJul 14, 2007 10:43 am 
Josef SpillnerJul 16, 2007 12:49 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Problem with KIO::http_postActions
From:Josef Spillner (spil@kde.org)
Date:Jul 16, 2007 12:49:16 am
List:org.kde.kfm-devel

On Saturday 14 July 2007 19:44:07 Christian Weilbach wrote:

We have got another new problem with kxmlrpcclient in kblog which also depends on http_post. We cannot send more than one POST in a one kio slave process. The second post has a content-length of 0 and therefore throws an error.

This is a known issue which recently came up at kde-core-devel as well. Having so many apps depend on it should be a great incentive to fix it :-) If Antonio's patch works, he should send it to kde-c-d as well for review. The code in questions seems to be very ancient though. From what I can see, having data at that point can either be the result of a second POST, or of a forced authentication. Maybe there's some initialisation missing for that sort of distinction.

Josef