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