Skip to content

Fix the URLDecode function

Morten Ofstad requested to merge feature/morten.ofstad/FixURLDecode into master

Fix the URLDecode function so it only accept %XX when it has exactly two hex digits [0-9a-fA-F] following the '%' character.

Merge request reports