Open mxmehl opened 7 years ago
Sometimes URI components contain + signs as a indicator for spaces. The JavaScript function decodeURIComponent doesn't seem to replace them.
+
So this change will replace unencoded + signs before decoding it. Is there a edge case where this could cause unwanted behaviour?
Hey, thanks for your contribution 😄 . I still need to test it with some cases when I have some spare time, though, and make sure it doesn't break when the parameters are re-encoded later.
Sometimes URI components contain
+
signs as a indicator for spaces. The JavaScript function decodeURIComponent doesn't seem to replace them.So this change will replace unencoded + signs before decoding it. Is there a edge case where this could cause unwanted behaviour?