Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add http.fileupload.max.file.count configuration and refactor file upload handling #2842

Closed
marevol opened this issue Sep 8, 2024 · 0 comments
Assignees
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Sep 8, 2024

This update introduces a new configuration property http.fileupload.max.file.count to limit the maximum number of files that can be uploaded in a single request. Additionally, the file upload handling logic has been refactored to improve clarity and maintainability. Key changes include:

  • Added support for setting and retrieving the max file count in the configuration.
  • Updated FessMultipartRequestHandler to enforce the file count limit during upload processing.
@marevol marevol added this to the 14.17.0 milestone Sep 8, 2024
@marevol marevol self-assigned this Sep 8, 2024
@marevol marevol closed this as completed in 9ac9f96 Sep 8, 2024
marevol added a commit that referenced this issue Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant