I would like to apply a filter, for example a regular
expression, to autmatically change the URLs, for exmaple
<filter action="modify" type="regexp"
pattern="s/\.html.en$//" />
where s/.../../ is a regexp substitution.
This might be very usefull if you use Apache's
MultiViews or Type Maps and if you want to sanitze your
URLs.