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

Reorder upload and security middlewares #866

Merged
merged 1 commit into from
Nov 12, 2023

Conversation

mdmower
Copy link
Contributor

@mdmower mdmower commented Oct 13, 2023

  • Move multipart middleware after security middleware so that security handlers can abort request pipeline before uploads are processed.

Fixes #865

- Move multipart middleware after security middleware so that security
  handlers can abort request pipeline before uploads are processed.

Fixes cdimascio#865
@mdmower
Copy link
Contributor Author

mdmower commented Oct 13, 2023

Thanks @cdimascio, this is ready for review when you have time.

@cdimascio cdimascio merged commit 95543d6 into cdimascio:master Nov 12, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multipartMiddleware preceeds securityMiddleware so files begin uploading before security check
2 participants