tjg184 / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

External properties file for constant values #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a feature request.

It will be nice to have some mechanism to include configuration.properties file 
to define constant values such as "domain".

For example:
configuration.properties
domain=myDevDomain.com
subdomain=tv.myDevDomain.com

<rule>
   <condition name="host">${domain}</from>
   <from>/video/(.*)</from>
   <to>subdomain/$1</to>
</rule> 

What do You thin about it?

Please mail me if you need any help or suggestions.

Thanks,
Michał

Original issue reported on code.google.com by ziobermi...@gmail.com on 15 Mar 2012 at 12:11

GoogleCodeExporter commented 9 years ago

Original comment by p...@tuckey.org on 25 Jun 2012 at 2:17