[MXS-3687] Lack of nested parameters is not detected Created: 2021-07-26 Updated: 2021-07-31 Resolved: 2021-07-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 6.1.0 |
| Fix Version/s: | 6.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If a module declares nested parameters that are enclosed in a "namespace" (e.g. nosqlprotocol.user), the lack of these parameters isn't detected in the parameter validation step. This will cause a configuration with missing parameters to be passed to the module that declares it. |