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

[FIXED] Durable/Consumer name checks #585

Merged
merged 1 commit into from
Sep 19, 2022
Merged

[FIXED] Durable/Consumer name checks #585

merged 1 commit into from
Sep 19, 2022

Conversation

kozlovic
Copy link
Member

We need to reject names that contain '.', ' ', '*' or '>'.

Resolves #581

Signed-off-by: Ivan Kozlovic ivan@synadia.com

Copy link
Member

@aricart aricart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aricart
Copy link
Member

aricart commented Sep 19, 2022

Scott had said that providing other kinds of characters were rejected by the server, but I have not verified the functionality beyond the / being rejected.

@kozlovic
Copy link
Member Author

@aricart This is fine, the check here is so that the requests are not malformed (or not received by the server due to space, etc..). The actual validation can still be made by the server.

We need to reject names that contain '.', ' ', '*' or '>'.

Resolves #581

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
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

Successfully merging this pull request may close these issues.

Consumer/Durable name validation
2 participants