flowable-engine icon indicating copy to clipboard operation
flowable-engine copied to clipboard

/flowable/app/rest/admin/deployments Upload Chinese garbled code

Open wulinghui opened this issue 4 years ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

Expected behavior A clear and concise description of what you expected to happen.

Code If applicable, add the code that you are using when having the issue. image image

org.flowable.ui.admin.service.engine.DeploymentService 
        HttpEntity reqEntity = MultipartEntityBuilder.create()
                .addBinaryBody(name, inputStreamByteArray, ContentType.create("application/octet-stream",  Consts.UTF_8), name)
                .build();
        post.setEntity(reqEntity);

Additional context Add the version of Flowable that you are using, the database vendor and if you are using Flowable within Spring Boot, the Flowable Task application etc.

wulinghui avatar Nov 22 '21 02:11 wulinghui