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

Check UAuthority and UResource names are not blank #109

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

stevenhartley
Copy link
Contributor

It is not sufficient to check UUri::hasAuthority() or UResource::hasInstance() or UResource::hasMessage() as they might be set to blank strings that are invalid. The following change also checks if the string is blank or not.

#107

It is not sufficient to check UUri::hasAuthority() or UResource::hasInstance() or UResource::hasMessage() as they might be set to blank strings that are invalid. The following change also checks if the string is blank or not.

#107
Copy link
Contributor

@neelam-kushwah neelam-kushwah left a comment

Choose a reason for hiding this comment

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

LGTM

@stevenhartley stevenhartley merged commit 6ea8d7d into main Apr 22, 2024
4 checks passed
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.

None yet

2 participants