flowable / flowable/flowable-engine

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

Open
#3,114 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
9.5k
Forks
2.9k
Avg merge
7h 8m
Merged PRs (30d)
2

Description

**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](https://user-images.githubusercontent.com/36905201/142793492-90d57c32-6709-4cd9-ac7d-346fd22a7dc9.png)
![image](https://user-images.githubusercontent.com/36905201/142793506-b0d71f22-6196-4b4e-a946-8c58f9646912.png)

```
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.