Number-only keys should be disallowed #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report
Environment
d4a3ebb487259.3.1Summary
While finalizing the changes in #4 I noticed that number-only keys are allowed.
While the protocol document states that
meaning that number-only keys are allowed too.
However, they should be not.
Expected Behavior
The TokenClassifier should thrown an exception, informing that number-only keys are not allowed.
Actual Behavior
Following the outlined (current) conventions, number-only keys are allowed.
Steps to Reproduce
CMD 42=abc)Stack Trace / Error Message
Possible Cause / Notes
None.
Checklist
assigned to @lars.winzer
Issue will be moved to Milestone 6