apache: allow #":" in rewrite_arg type release_20190105-4
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 5 Jan 2019 23:37:57 +0000 (18:37 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 5 Jan 2019 23:37:57 +0000 (18:37 -0500)
We really should be escaping this in the [E=VAR:VAL] construct, but
since the results of a user using #":" in the VAR aren't fatal or
insecure (just surprising), allow it since otherwise you can't use
constructs like "%{HTTP:header}".


No differences found