Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow : in ObjectIds #89

Open
ecordell opened this issue Oct 19, 2023 · 1 comment
Open

Allow : in ObjectIds #89

ecordell opened this issue Oct 19, 2023 · 1 comment

Comments

@ecordell
Copy link
Contributor

The current regex:

^(([a-zA-Z0-9/_|\\-=+]{1,})|\\*)$

Doesn't allow for object ids that include : as separators, which are sometimes used in user identifiers.

@josephschorr
Copy link
Member

In order to do so, we'd have to change the text format parser to treat any : after the first in the text format as part of the object ID space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants