yuejq opened a new issue, #4558:
URL: https://github.com/apache/shenyu/issues/4558
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
shenyu.file.maxSize Larger than 2047
example 2048
### Expected Behavior
file upload succcess
### Steps To Reproduce
1.shenyu.file.maxSize Larger than 2047
2.test file upload
3.response body :{code: 403,message: "Pavload too large!' data: null}
### Environment
```markdown
ShenYu version(s):2.4.3
```
### Debug logs
{code: 403,message: "Pavload too large!' data: null}
### Anything else?
Filter Configuration#
shenyu.file config
File filter properties.
Name Type Default Required Description
enabled Boolean false No enable file size filtering
maxSize Integer 10 No upload file maxSize (MB)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@shenyu.apache.org.apache.org
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org