Skip to content

Multer skips the request, when boundary contains an equal sign "=" #1051

Description

@tanakom-truevoice

if (!is(req, ['multipart'])) return next()

type-is use media-typer which treats the equal sign "=" as a separator (RFC 2616 sec 3.7). However, in the RFC 2046 Page 21 the boundary value is allows to use the equal sign "=".

So, when the boundary contains the equal sign "=", Multer will always skip the request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions