MXS-1346: Disallow convoluted rule names

The rule names could have punctuation in them which caused unnecessary
complexity. Keeping the identifiers simple makes it easier to process.
This commit is contained in:
Markus Mäkelä
2017-08-30 10:34:44 +03:00
parent b9302f11cc
commit 1e90b3623b
2 changed files with 6 additions and 2 deletions

View File

@ -89,6 +89,11 @@ The `function` type rule will now match a query that does not use a function
when the filter is in whitelist mode (`action=allow`). This means that queries
that don't use functions are allowed though in whitelist mode.
#### Rule Names
Rule names can no longer use punctuation in them and can consist only of
alphanumeric characters, underscores and hyphens.
### Logging
When known, the session id will be included in all logged messages. This allows