[core] preserve %2b and %2B in query string (fixes #2999)
commit9cdfb4846653253f2c11dd74964eb4a9bc006a2c
authorGlenn Strauss <gstrauss@gluelogic.com>
Wed, 1 Jan 2020 20:28:43 +0000 (1 15:28 -0500)
committerGlenn Strauss <gstrauss@gluelogic.com>
Sun, 26 Jan 2020 05:41:05 +0000 (26 00:41 -0500)
tree08a7c88c45462624f96a42ca459b1444bda6d815
parentaaccb1bc5e85c3f9bb4e1f0891002703699f8854
[core] preserve %2b and %2B in query string (fixes #2999)

normalize %2b or %2B in query string to %2B (uppercase hex),
and not to '+'

(thx int-e)

x-ref:
  "url-normalize-required expands %2B in query strings"
  https://redmine.lighttpd.net/issues/2999
src/burl.c
src/t/test_burl.c