Bug #9915 Link Filter regexp input escaping is tricky to circumvent
Submitted: 14 Apr 2005 17:21 Modified: 20 Apr 2005 23:19
Reporter: Mikael Fridh Email Updates:
Status: Closed Impact on me:
None 
Category:Eventum Severity:S3 (Non-critical)
Version:1.5.1 OS:Linux (Linux)
Assigned to: Bryan Alsdorf CPU Architecture:Any

[14 Apr 2005 17: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 9:33] Elan Ruusamäe
i can confirm!
1.5.2
[20 Apr 2005 23: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.