Changes between Version 1 and Version 2 of Ticket #34968


Ignore:
Timestamp:
Nov 13, 2023, 5:29:17 AM (10 months ago)
Author:
Standa Opichal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34968 – Description

    v1 v2  
    1 The `MultiPartParser` silently ignores parts of which the http header fields exceed 1024 bytes.
     1The `MultiPartParser` silently ignores parts of which the http header fields exceed 1024 bytes. This causes file uploads to 'ignore' the attached file without receiving any type of error or exception.
    22
    33This is caused by the 1024 value being hardcoded here https://github.com/django/django/blob/main/django/http/multipartparser.py#L743
Back to Top