I do not think it is a OS problem either - it was just to check if slide
stored the files correctly.
The only difference between you store configuration and mine it that I have
not defined any encoding for the store.
I am not really sure what is going on. Try to use the TcpTrace program from
http://www.pocketsoap.com/tcpTrace/ and upload a new file to the slide
server - and use a file with these special character in it. The post the PUT
header to this list.
Uploading a file called ΓΌ.txt from a webfolder should result in a header
looking something like this:
PUT /files/%C3%BC.txt HTTP/1.1
Content-Language: en-us
Accept-Language: da, en-us;q=0.2
Translate: f
Content-Length: 0
User-Agent: Microsoft Data Access Internet Publishing Provider DAV
Host: localhost:82
Connection: Keep-Alive
Cookie: JSESSIONID=0E24829787E0D184357F1653ADB8094A
Authorization: Basic cm9vdDpyb290
/jacob
----- Original Message -----
From: "Lixin Chu" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[email protected]>
Sent: Wednesday, September 21, 2005 3:03 AM
Subject: Re: non-ASCII chars in resource names (e.g. german umlauts)
I think it is not the OS problem: when I copy and paste a file (filename
with chinese chars) directly into slide store folder, Explorer shows correct
string.
I suspect that it is slide configuration problem but have no idea where.
Here is partial Domain.xml, thanks for helping !
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<store name="tx">
<parameter name="tlock-timeout">120</parameter>
<nodestore classname="
org.apache.slide.store.txfile.TxXMLFileDescriptorsStore">
<parameter name="rootpath">store/metadata</parameter>
<parameter name="workpath">work/metadata</parameter>
<parameter name="defer-saving">true</parameter>
<parameter name="timeout">120</parameter>
<parameter name="encoding">UTF-8</parameter>
</nodestore>
<sequencestore classname="org.apache.slide.store.txfile.FileSequenceStore">
<parameter name="rootpath">store/sequence</parameter>
</sequencestore>
<securitystore>
<reference store="nodestore"/>
</securitystore>
<lockstore>
<reference store="nodestore"/>
</lockstore>
<revisiondescriptorsstore>
<reference store="nodestore"/>
</revisiondescriptorsstore>
<revisiondescriptorstore>
<reference store="nodestore"/>
</revisiondescriptorstore>
<contentstore classname="org.apache.slide.store.txfile.TxFileContentStore">
<parameter name="rootpath">store/content</parameter>
<parameter name="workpath">work/content</parameter>
<parameter name="defer-saving">true</parameter>
<parameter name="timeout">120</parameter>
</contentstore>
</store>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]