Bug #9915 Link Filter regexp input escaping is tricky to circumvent
Submitted: 14 Apr 2005 19:21 Modified: 21 Apr 2005 1:19
Reporter: Mikael Fridh
Status: Closed
Category:Eventum Severity:S3 (Non-critical)
Version:1.5.1 OS:Linux (Linux)
Assigned to: Bugs System Target Version:

[14 Apr 2005 19:21] Mikael Fridh
Description:
I tried to add a filter as per your example:
Pattern: ticket #(\d+)
But it escaped the backslash and if I update it again there's more slashes..

Finally I just put in #([0-9]+) instead!

How to repeat:
escape something...
[20 Apr 2005 11:33] Elan Ruusamäe
i can confirm!
1.5.2
[21 Apr 2005 1:19] Bryan Alsdorf
Thanks for the report. This is related to magic quotes being enabled. I have fixed the
problem in bitkeeper and it will be in our next release.