[MXS-4334] Unknown protocol commands should be rejected Created: 2022-10-04 Updated: 2023-02-08 Resolved: 2023-02-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Protocol |
| Affects Version/s: | None |
| Fix Version/s: | 23.02.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-176 |
| Description |
|
If MaxScale receives an unknown command, it currently labels it as a write and proceeds to route it. A safer approach would be to reject any commands that MaxScale is not aware of. This would prevent unwanted problems that new protocol extensions could bring. |