Skip to content

4.100.1 - Update URLEncodedFormEncoder encoding rules

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 20 May 16:06
· 8 commits to main since this release
50c6196

What's Changed

Update URLEncodedFormEncoder encoding rules by @ptoffy in #3192

Solves #3173
References https://url.spec.whatwg.org/#application-x-www-form-urlencoded-percent-encode-set to set the encoding rules

The application/x-www-form-urlencoded percent-encode set contains all code points, except the ASCII alphanumeric, U+002A (*), U+002D (-), U+002E (.), and U+005F (_).

This patch was released by @0xTim

Full Changelog: 4.100.0...4.100.1