When using UUIDs in tokens, the tokens are rejected because of the - character in them. I can subclass BooleanAlgebra and override tokenize but it is a lot of duplication for allowing an additional character in the token. It would be nice if one could specify the allowable character set.
When using UUIDs in tokens, the tokens are rejected because of the
-character in them. I can subclassBooleanAlgebraand overridetokenizebut it is a lot of duplication for allowing an additional character in the token. It would be nice if one could specify the allowable character set.