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

UUriValidator : authority_name can be empty (sometimes) #150

Conversation

billpittman
Copy link
Contributor

Allow authority_name to be empty in most cases, but specifically should not be empty in isValidDefaultSource. Also updated the tests to test an empty authority_name and pass except when isValidDefaultSource is used.

Addresses issue #149

Allow authority_name to be empty in most cases, but specifically should
not be empty in isValidDefaultSource.  Also updated the tests to test an
empty authority_name and pass except when isValidDefaultSource is used.

Signed-off-by: Bill Pittman <[email protected]>
Copy link
Contributor

@gregmedd gregmedd left a comment

Choose a reason for hiding this comment

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

LGTM

@gregmedd gregmedd merged commit 71b5f11 into eclipse-uprotocol:main Jun 10, 2024
5 checks passed
@billpittman billpittman deleted the feature/validator/empty_authority_name branch June 24, 2024 19:17
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.

Uri Validator IsValid API () is not allowing to have URI object with empty authority
3 participants