entermotion / eurl

This package aims to deliver a good set of functions to easily escape URLs that will be used on HTML
2 stars 1 forks source link

Decoding parameters on some urls #9

Closed gabriel-felipe closed 4 years ago

gabriel-felipe commented 4 years ago

If you pass a parameter like this:

http://domain.com/key=test%2Ftest

The URL shouldn't be changed, but instead, it results in:

http://domain.com/key=test/test

Some more complex examples of the same issue can break some URLs.