shabiel / M-Web-Server

A YottaDB and Caché compatible HTTP server
Apache License 2.0
24 stars 19 forks source link

WIP: [#49] Handle multi-char percentage sign escapes in URL decoding on GTM #56

Closed jensli closed 2 years ago

jensli commented 2 years ago

This solution probably only work on GTM in UTF-8 mode. Maybe it can serve as a starting point for a portable fix.

shabiel commented 2 years ago

I fixed the issue in commit f301402. Thanks for the PR anyways.