The following code with Non English character works fine with json content type `Map<String, Object> body = (Map) exchange.getAttachment(BodyHandler.REQUEST_BODY);` However if the content type is multipart/form-data, it gives a garbage value.