Skip to content

Move command validation to the command handler class #2

@jimblanc

Description

@jimblanc

Currently, command permission and session checks happen in the CommandParser class, which is instantiated once at the beginning of the application. This means that drivers must have access to the current CommandParser instance to run validated commands through their own command handler, which is quite messy.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions