KIO HTTP: Post-Content type bug in http.c and SOAPAction header
Dawit A.
adawit at kde.org
Thu Oct 3 06:45:01 BST 2002
On Tuesday 01 October 2002 08:00, Dawit A. wrote:
> On Monday 30 September 2002 03:41, Tim Jansen wrote:
> > On Monday 30 September 2002 00:05, Simon Hausmann wrote:
> > > I think a cleaner solution would be something along the lines of
> > >
> > > QString customHeader = metaData( "customHTTPHeader" );
> > > if ( !customHeader.isEmpty() ) {
> > > header += customHeader;
> > > header += "\r\n";
> > > }
> > > and on the other side:
> > > job->addMetaData( "customHTTPHeader", "SOAPAction: foobar" );
Okay. In spirit of the original patch, this has now been applied to HEAD. I
feel it is important to have a basic extension framework for supporting
protocols like SOAP which is what the original patch intened to accomplish.
If anyone has objections, please speak up.
Regards,
Dawit A.
More information about the kde-core-devel
mailing list