Skip to content

extend config for Request form memory settings #5625

@davidism

Description

@davidism

Werkzeug provides three settings on Request to control form parsing: max_content_length, max_form_memory_size, and max_form_parts. Only max_content_length is exposed as a Flask config right now, and the way it's implemented means it can only be set for the whole application, not per-request. Fix all that. Document these in the security page as well as the config page.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions