apache: relax rewrite_arg syntax release_20190105 release_20190105-1
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 4 Jan 2019 05:18:33 +0000 (00:18 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 4 Jan 2019 05:30:10 +0000 (00:30 -0500)
commit0b86cc7b4c6d4268654e8c460d4cbe1b0cbc549e
treefa6d4c4bf1bca1100f9703ba86d58ece5ac76477
parent7dbe2779d37da17210a94468cef25f10ae6837fc
apache: relax rewrite_arg syntax

This was too restrictive, making ENV flag essentially useless (there
is no way to access rewrite capture groups or other environment
variables).

This still forbids spaces; we could allow them, but would have to
ensure proper quoting or escaping and the apache parser for rewrite
arguments is pretty funky, so this seems to be of dubious value (read:
it would be a lot more work).

See https://bugzilla.hcoop.net/show_bug.cgi?id=1287 for background.
src/plugins/apache.sml