utf8 bug in 2.1

2005-04-27 Thread Jacob Lund
I think that I have discovered a UTF8 bug in the report webdav command in 2.1 The xml responcebody claims to be UTF8 encoded but the content of the body is encoded in local characterset. Does anyone know if this is corrected in 2.2? /jacob

Re: WCK setup problems

2005-04-27 Thread Martin Kalén
Joakim Verona wrote: - I'm using a jpackage environment, and the jpackage ant didnt work for some reason with, so I built an ordinary ant, which works - I've set the catalina.dist to /usr/share/tomcat5, which is supposedly correct for jpackage tomcat - I build with ant, everything seems ok,

Versioning Acl via Webdav

2005-04-27 Thread Laurent Michenaud
I want to manipulate Acl and Versioning in Slide but from another webapp ( and maybe from another server ). So, I can't use directly the slide API. I have looked at Projector. I can create user/role using it, but I don't think I can manipulate Acl and Versioning with it How can I do

RE: Versioning Acl via Webdav

2005-04-27 Thread Miguel Figueiredo
Hello Larent, Yes you can: you only need to use slide's client API. Best regards, Miguel I'm watching you! -Original Message- From: Laurent Michenaud [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 27 de Abril de 2005 10:30 To: Slide Users Mailing

RE: Versioning Acl via Webdav

2005-04-27 Thread Laurent Michenaud
Can u explain me how to use it ? I mean configuration files and how to establish the communication with the slide server. -Message d'origine- De : Miguel Figueiredo [mailto:[EMAIL PROTECTED] Envoyé : mercredi 27 avril 2005 11:37 À : 'Slide Users Mailing List' Objet : RE: Versioning

RE: Versioning Acl via Webdav

2005-04-27 Thread Miguel Figueiredo
Hello again, Instructions in how to install and configure slide are available at these addresses: http://jakarta.apache.org/slide/installation.html http://jakarta.apache.org/slide/conf-lib.html Relevant configurations for versioning must also be configured, and they are available at this

Projector doesnot terminate well

2005-04-27 Thread Laurent Michenaud
When i use Projector, it doesnot stop properly. After investigating, I've seen that it starts a notificationListener thread, but there is no method to call to close it and my application doesnot stop. Any idea ?