phamthaithinh / urlrewritefilter

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

not possible to use variables with index bigger than 9 #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a rule with a regular expression in <from>
2. Use in the <to> a variable with index bigger than 9, like for example $12
3. The value will no be replaced correctly, but you will have the value of $1 
followed by the character '2'

What is the expected output? What do you see instead?
The expected output is the value of $12, but will be $1 + '2'

What version of the product are you using? On what operating system?
Everything was working fine with 3.2.0 but it is not working anymore with 
4.0.2, 4.0.3 or 4.0.4

Please provide any additional information below.
It is possible that I simply need to use a different notation. But till the 
version 3.2.0 the simple $12 was working fine.

Original issue reported on code.google.com by cerv...@gmail.com on 14 Dec 2012 at 12:01