Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Charset at Multipart Form header #111

@fkesheh

Description

@fkesheh

According to this discussion thread owasp-modsecurity/ModSecurity#1900 having a charset= parameter in that Content-Type header appears to be contrary to the standard, so ModSecurity is blocking it.

Feign add it by default:

.append("; charset=").append(charset.name())

Could that become optional or configurable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions