What the patch enables us to achieve:
<rule>
<note>%{context:foo} maps to the Servlet Context attribute.get("foo")</note>
<from>^/page$</from>
<to type="proxy">%{context:hostname}UpdatePage?%{query-string}</to>
</rule>
The patch also includes an update to VariableReplacerTest to demonstrate the
new feature.
Original issue reported on code.google.com by RobBol...@gmail.com on 9 Jun 2011 at 10:49
Original issue reported on code.google.com by
RobBol...@gmail.com
on 9 Jun 2011 at 10:49Attachments: