Slide 2.1
Encoding : UTF-8
Client : Java Webdavlib
Store : BindingStore

The code :

HttpURL oHttpURL = new HttpURL("http://localhost:8080/slide";);
oHttpURL.setUserinfo(SLIDE_ADMIN, SLIDE_PASSWORD);
WebdavResource oWebdavResource = new WebdavResource(oHttpURL);
oWebdavResource.startTransaction(SLIDE_ADMIN, SLIDE_TIMEOUT );
if ( oWebdavResource.moveMethod(
        "/slide/files/test", "/slide/files/test���")) {
        oWebdavResource.commitTransaction();
} 
else oWebdavResource.abortTransaction();
oWebdavResource.close();


-----Message d'origine-----
De�: Jacob Lund [mailto:[EMAIL PROTECTED] 
Envoy�: mercredi 18 mai 2005 08:57
��: Slide Users Mailing List
Objet�: Re: Binding store & rename & accents

Sounds like an encoding problem!

What version of slide are you using? What client? What encoding have you 
configured?

/jacob

----- Original Message ----- 
From: "Laurent Michenaud" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[email protected]>
Sent: Tuesday, May 17, 2005 12:18 PM
Subject: Binding store & rename & accents


Hi,



I use the binding store.



If I try to rename a resource and the new resource name contains
accents, then

my resource disappears. I can't see it anymore.



In the console, I can see when I access the parent folder of my resource
:

http-8081-Processor20, 17-mai-2005 12:17:31, root, GET, 500 "Internal
Server Error", 16 ms, /files/workspaces



Any idea ?



Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to