haskell / network-uri

URI manipulation facilities
Other
24 stars 33 forks source link

isUnescapedInURI '%' should not be False #61

Closed singpolyma closed 3 years ago

singpolyma commented 3 years ago

Since % is routinely present unescaped in a URI (and such is required to have any escapes!)

singpolyma commented 3 years ago

My colleague has pointed out to me that, given the existence and definition of isAllowedInURI these are probably intentionally slightly different :)