> juergen 01/01/29 04:18:11
>
> Modified: src/webdav/server/org/apache/slide/webdav/method
> LockMethod.java PropFindMethod.java
> PropPatchMethod.java WebdavMethod.java
> Log:
> if the body of a propfind method was coded in utf-8, the body was not
properly decoded by the Reader wrapper.. Now a Stream is used and the bytes
are converted to a String using the right encoding. Remy, isn't this a
reader bug in Tomcat? The encoding stays quoted in speachmarks, do we want
to change this?
I have some trouble reading the diff, actually ;)
I found the place where the encoding is used.
+1.
Do you mean Tomcat (4.0 ?) returns a quoted String when asking for the
encoding name ?
If so, I think it has been fixed since then.
Remy