Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1625
blob6fdbadf27e07d7a412267ec5de1353668327b734
1 Title: Safely handle characters that have a special meaning in regexes when creating service-specific rules
2 Level: 1
3 Component: wato
4 Compatible: compat
5 Version: 1.2.6b1
6 Date: 1417684044
7 Class: fix
9 When you click an icon or button for creating a service specific rule in
10 WATO then characters, that have a special meaning in regular expressions,
11 are now correctly escaped with backslashes. These characters are: <tt>(</tt>,
12 <tt>)</tt>, <tt>.</tt>, <tt>^</tt>, <tt>$</tt>, <tt>[</tt>, <tt>]</tt>,
13 <tt>{</tt>, <tt>}</tt>, <tt>+</tt> and <tt>*</tt>