Re: Non us-ascii character in filenames break. Was: French accent, getting crazy....

2005-05-02 Thread Jacob Lund
I cannot help this - are you sure that you client is using utf8? I am Danish, and I can store filenames using special Danish letters. I have also tested with Russian letter in filenames, and it is working fine! What you describe sound to me like you client is sending non utf8 encoded data to

Re: Non us-ascii character in filenames break. Was: French accent, getting crazy....

2005-05-02 Thread delbd
The put went without a problem. The data is encoded correctly on the database. It's an Oracle database and the accents are corrects in it. On propfind, slide sends a list of documents with an encoded href. This is the href the client should be sending back to slide when it tries any operation

Problem with the webdav lib and common http client 3.0rc2

2005-05-02 Thread Laurent Michenaud
I'm trying to use the webdav client lib with the library Jakarta common http client 3.0rc2. Most of the methods seem to works well except the propatch method. My code : Credentials oCredentiels = new UsernamePasswordCredentials(root, root); HttpClient client = new HttpClient();

Re: Non us-ascii character in filenames break. Was: French accent, getting crazy....

2005-05-02 Thread Jacob Lund
I just uploaded a file with that exact name: téèst.txt to my slide version 2.1. I tried with both windows explorer webfolder and with my own client - it worked fine. Are you testing with the txfilestore? BTW utf8 is broken in 2.2 so you should stay with 2.1 for now. Also you are showing here

Re: Non us-ascii character in filenames break. Was: French accent, getting crazy....

2005-05-02 Thread Jacob Lund
A very quick browsing through google makes me believe that oracle only stores unicode if you use nvarchar2 and nclob etc. Even if database is set to utf8 in oracle db. Or am I way off? Could you try to make a searchreplace: from VARCHAR2 to NVARCHAR2 and from CLOB to NCLOB in the oracle

RE: Trying to change slide WCK folders

2005-05-02 Thread Brusic, Ivan
I have changed the value of the files subfolder without any issues so far. To do so, I edited the /slide/namespace/configuration/filespath value in my domain.xml file. Cheers, Ivan -Original Message- From: Ollie [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 9:12 AM To: Slide

Using Slide as network ressource with windows

2005-05-02 Thread Mark Breitner
Hi, I´m currently using Slide within windows by defining a network ressource pointing to its location (localhost/slide). I noticed that it isn´t possible to double-click these files to use them. Is there any way to do this ? Bye, mark breitner -- +++ Lassen Sie Ihren Gedanken freien Lauf...

Re: Use slide to transmit XML?

2005-05-02 Thread Martin Kalén
Linuxhippy wrote: I would like to send pre-written XML to my WebDav server, since slide is too complex for me. I already tried to upload it with HttpURLConnection or Jakarta's HttpClient but both only seem to support Http-Methods like Get, Post... Is it possible to use slide to transfer the

Re: Set up slide WebDAV server

2005-05-02 Thread Martin Kalén
newuser wrote: - Could you please tell me how to set up slide as a webdav server an how to integrate it with Tomcat, i use Tomcat 5.0.28 and slide 2.0 ? You could use the Tomcat bundle [1]. - Is it possible to have a manipulation namespaces, locking and metadata management accessed by web browser?

Re: Problem with the webdav lib and common http client 3.0rc2

2005-05-02 Thread Martin Kalén
Laurent Michenaud wrote: I'm trying to use the webdav client lib with the library Jakarta common http client 3.0rc2. ... http-8080-Processor25, 02-mai-2005 11:38:04, root, PROPPATCH, 400 Bad Request ... The xml, that is sent to the slide server, is the same as with the http client 2.0 : ... Any