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

Charset at Multipart Form header #111

Open
fkesheh opened this issue Sep 15, 2022 · 0 comments
Open

Charset at Multipart Form header #111

fkesheh opened this issue Sep 15, 2022 · 0 comments

Comments

@fkesheh
Copy link

fkesheh commented Sep 15, 2022

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant