[MXS-4707] The match parameters are not regular expressions Created: 2023-08-09 Updated: 2023-09-19 Resolved: 2023-09-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | namedserverfilter |
| Affects Version/s: | 6.4.8, 22.08.7, 23.02.3 |
| Fix Version/s: | 6.4.11, 22.08.9, 23.02.5, 23.08.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | MXS-SPRINT-190 | ||||||||
| Description |
|
The match parameters are documented to be regular expressions when in fact they are treated as normal string parameters. This means that the syntax with forward slashes around the regular expression are interpreted as a part of the pattern and not as quotations. |