Skip to content

Bugfix in decompressFromEncodedURIComponent

Compare
Choose a tag to compare
@pieroxy pieroxy released this 25 Mar 08:34
· 138 commits to master since this release

On the server side, '+' characters are replaced by ' ' (whitespace) and the resulting string cannot be decompressed.

The fix is ugly but it works and is 100% compatible with old versions.