Applies against: jakarta-commons\httpclient\src\java\org\apache\commons\httpclient\methods\Pu tMethod.java When you try to send data to the server with as input a byte[] or and InputStream (is streamed to internal byte[]) then that byte[] is first converted to a String (normal encoding) and then back to an utf-8 encoded byte[]. For real binary data this goes horribly wrong. >From now on just stream the data directly to the server. Dirk
- Re: [PATCH] HttpClient: Content gets corrupted using sendD... dirk . verbeeck
- Re: [PATCH] HttpClient: Content gets corrupted using ... Park, Sung-Gu
putmethod.patch