Closed Johann150 closed 1 year ago
According to RFC 3986:
The query component is indicated by the first question mark ("?") character.
Therefore, following question marks should be disregarded when parsing the query string.
Previously, this would cause an exception because there was no fitting pattern. Fixed this and also added a test.
Thank you!
According to RFC 3986:
Therefore, following question marks should be disregarded when parsing the query string.
Previously, this would cause an exception because there was no fitting pattern. Fixed this and also added a test.