mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 19:22:22 -05:00
Caldav: UTF-8 encode report body
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1230 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
344216989f
commit
5946ea1e98
@ -1467,7 +1467,7 @@ public class CaldavConnection extends AbstractConnection {
|
||||
sendClient(data, offset, length);
|
||||
if (wireLogger.isDebugEnabled()) {
|
||||
StringBuilder logBuffer = new StringBuilder("> ");
|
||||
logBuffer.append(new String(data, offset, length));
|
||||
logBuffer.append(new String(data, offset, length, "UTF-8"));
|
||||
wireLogger.debug(logBuffer.toString());
|
||||
}
|
||||
sendClient("");
|
||||
|
Loading…
Reference in New Issue
Block a user