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:34:13 UTC

[PATCH] WebdavServer: propfind doesn't send content in the correc t character encoding

Applies against
jakarta-slide\src\webdav\server\org\apache\slide\webdav\method\PropFindMetho
d.java

- Set the content type before getting the writer for a correct character
encoding

 <<propfind-enc.patch>> 

Re: [PATCH] WebdavServer: propfind doesn't send content in the correct character encoding

Posted by Remy Maucherat <re...@apache.org>.
> Applies against
>
jakarta-slide\src\webdav\server\org\apache\slide\webdav\method\PropFindMetho
> d.java
>
> - Set the content type before getting the writer for a correct character
> encoding
>
>  <<propfind-enc.patch>>

I had done that fix some time ago in TC 4, along with some enhancements to
the "displayname" property, but forgot to port it back (yet again) :(
Sorry for the trouble.

Remy