[Kolab-devel] freebusy in http://srv/kolab/freebusy instead of /freebusy

Andreas Hasenack andreas at conectiva.com.br
Mon Aug 15 16:04:05 CEST 2005


On Mon, Aug 15, 2005 at 12:50:44PM +0200, Bernhard Reiter wrote:
> Am Freitag, 12. August 2005 19:34 schrieb Andreas Hasenack:
> 
> > I grepped everything and couldn't find where this is misconfigured. So I
> > took a look at the source for kontact and found this in
> > kmail/kmailicalifaceimpl.cpp around line 1295 in function/method
> > KMailICalIfaceImpl::triggerKolabFreeBusy:
> >
> >   httpURL.setPath( "/freebusy/trigger/" + path + ".pfb" ); <---------------
> >   httpURL.setQuery( QString::null );
> >   // Ensure that we encode everything with UTF8
> >   httpURL = KURL( httpURL.url(0,106), 106 );
> >   kdDebug() << "Triggering PFB update for " << folderURL << " : getting "
> > << httpURL << endl;
> >
> > So, can't Kontact work with freebusy installed somewhere else other than
> > the webserver's DocumentRoot?
> 
> So far this does not seem to be configurable.

I opened a ticket upstream:
http://bugs.kde.org/show_bug.cgi?id=110649

> On the other hand, this could well become a convention with external servers,
> so I do not consider this a huge problem. You can alias this internally on 
> your webserver. 

I know. Hardcoded things in kolab/kontact are very common ;)




More information about the devel mailing list