govalidator
govalidator copied to clipboard
Add % to valid url query string characters
This addresses issue #74
Query strings can include all url encoded characters, often beginning with '%'.
Without this patch, this common and valid url fails validation: https://example.com/app?value=two%20words
Hope this helps!
Coverage remained the same at 89.32% when pulling 41542b13638b32f01db51c791d30bae9da9c6fb5 on RobvH:RobvH-validate-percent-encoded-urls into 01bf6ba67ac42ba976ff56c550a95ad8010cfa3e on thedevsaddam:master.
Can you please set the target branch to dev
?