]> Sergey Matveev's repositories - public-inbox.git/commit
www: avoid misinterpreting '&' and ';' in query parameters
authorEric Wong <e@80x24.org>
Tue, 9 Aug 2016 01:55:19 +0000 (01:55 +0000)
committerEric Wong <e@80x24.org>
Tue, 9 Aug 2016 01:55:19 +0000 (01:55 +0000)
commit414d67298d830bec7fd4241b30283e08faa3222d
treebae866dd2fb9f2654fb3bf9fbd1e3d7b7d50c80a
parent200fb98dd5d5f81344e9ab732d2c7ee3f92203e1
www: avoid misinterpreting '&' and ';' in query parameters

Oops, we must unescape each key=value pair in a QUERY_STRING
individually; otherwise we cannot interpret '&' or ';' in
query parameter values.
lib/PublicInbox/WWW.pm