eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
15 stars 24 forks source link

UUriValidator : authority_name can be empty (sometimes) #150

Closed billpittman closed 2 months ago

billpittman commented 2 months ago

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