2010/4/20 Juha Heinanen jh@tutpro.com:
Iñaki Baz Castillo writes:
> Yes, I expected it, but then the regular expression should start by > "^" and end by "$" so the bug I've reported wouldn't occur. Do you > agree?
i don't quite understand, but if you want from uri to match to string "out" and nothing else, you should have ^out$ in from_uri column.
ah ok, so the regular expression is made from the "from_uri" value in the 'lcr' table, I understand now.