You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by di...@the-ecorp.com on 2001/04/24 13:33:40 UTC

[PATCH] Client: proppatch doesn't send content in the correct cha racter encoding

Applies against
jakarta-slide\src\webdav\client\src\org\apache\webdav\lib\WebdavClient.java

- send the content as utf-8 to the server
- content length = number of bytes not number of characters

 <<propput-enc.patch>> 

Re: [PATCH] Client: proppatch doesn't send content in the correct character encoding

Posted by "Park, Sung-Gu" <je...@thinkfree.com>.
----- Original Message -----
From: <di...@the-ecorp.com>
To: <sl...@jakarta.apache.org>
Sent: Tuesday, April 24, 2001 8:33 PM
Subject: [PATCH] Client: proppatch doesn't send content in the correct
character encoding


> Applies against
>
jakarta-slide\src\webdav\client\src\org\apache\webdav\lib\WebdavClient.java
>
> - send the content as utf-8 to the server
> - content length = number of bytes not number of characters
>
>  <<propput-enc.patch>>

Indeed!   I agree with you.

I guess Remy's gonna make sure and pacth it.
:-)

Sung-Gu



Re: [PATCH] Client: proppatch doesn't send content in the correct character encoding

Posted by Remy Maucherat <re...@apache.org>.
> Applies against
>
jakarta-slide\src\webdav\client\src\org\apache\webdav\lib\WebdavClient.java
>
> - send the content as utf-8 to the server
> - content length = number of bytes not number of characters
>
>  <<propput-enc.patch>>

Yes, that definitely needs to be fixed.
Thanks !

Remy