Skip to content
New issue

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

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

Already on GitHub? # to your account

[document_repository] Uploading file too large not reporting correctly #9158

Closed
jeffersoncasimir opened this issue Mar 21, 2024 · 0 comments
Closed
Assignees
Labels
26.0.0-bugs Issues that were raised during the release testing for 26.0.0 Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label)

Comments

@jeffersoncasimir
Copy link
Contributor

jeffersoncasimir commented Mar 21, 2024

Uploading a file too large returns a 400 response instead of the intended response that reports the error on test-dev-260.

The log error when uploading a 1GB file: POST Content-Length of 1073757430 bytes exceeds the limit of 1073741824 bytes

I believe if the post_max_size was increased, the upload_max_filesize limit would be triggered and it would report correctly.

@jeffersoncasimir jeffersoncasimir added Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label) 26.0.0-bugs Issues that were raised during the release testing for 26.0.0 labels Mar 21, 2024
@jeffersoncasimir jeffersoncasimir changed the title [document_repository] Uploading file too large not reporting correctky [document_repository] Uploading file too large not reporting correctly Mar 21, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
26.0.0-bugs Issues that were raised during the release testing for 26.0.0 Bug PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label)
Projects
None yet
Development

No branches or pull requests

2 participants