Uhmmm not sure....

I have modified the BindMethod class on the server side :

protected void parseRequest() throws WebdavException {

...

---segment = MethodUtil.getChildText(content, E_SEGMENT);
+++segment = URIUtil.decode(MethodUtil.getChildText(content, E_SEGMENT),"UTF8");

...

}

And now, it works.
Quite strange to decode the UTF-8 string because the server
is already in UTF-8 but it works like that.

I think it needs more investigating.


-----Message d'origine-----
De�: Marco T. Avila [mailto:[EMAIL PROTECTED] 
Envoy�: vendredi 20 mai 2005 12:16
��: Slide Users Mailing List
Objet�: Re: Bind method and accents

Ok I have run ethereal, seems a problem on the client side because the
request is never done for the bind method.

Request (for MKCOL)

MKCOL /debugSlide/files/%3F%3F%3F%3F%3F
Authorization: Basic cm9vdDpyb290
User-Agent: Jakarta Commons-HttpClient/2.0.1
Host: localhost:8080


....

Response:

HTTP/1.1 201 Created..Set-Cookie:
JSESSIONID=FBFA7E08E8A3F7F96D4ED90AA7CBB7CA;Path=/debugSlide..Content-Length:
0..Date: Fri,

....


Then I called this:

webdavModule.bind("files/��pi��","files/�����");

but the request was never passed to the server.



Julian Reschke wrote:

> Laurent Michenaud wrote:
>
>> Concretly, what do i have to do ?
>
>
> I think Slide needs a bug fix.
>
>> Do u have tested binding with accents or not ?
>> I would like to know if others have the same problems
>> as me or not.
>
>
> I am testing with a different server (SAP Netweaver KM).
>
> Best regards,
>
> Julian
>
> ---------------------------------------------------------------------
> 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]


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

Reply via email to