tjg184 / urlrewritefilter

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

casesensitive attribute does not work in combination with wildcard matcher #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create a rule:
<rule match-type="wildcard">
  <from casesensitive="false">/NeWs</from>
  <to type="temporary-redirect">http://www.nos.nl/</to>
</rule>

2. Try to access /news

What is the expected output? What do you see instead?

Expected: redirected to http://www.nos.nl/
Actual: no redirect taking place

What version of the product are you using? On what operating system?

Tried with 4.0.3 and trunk.

Original issue reported on code.google.com by b.oudek...@1hippo.com on 18 Apr 2013 at 5:10