## Expected Behavior An external library is used to validate URIs ## Actual Behavior A Regex expression is used to validate URIs ## Steps to Reproduce the Problem View //v1/util/cloud_events_util.cc#L70, in the SetMetadata() code.
Expected Behavior
An external library is used to validate URIs
Actual Behavior
A Regex expression is used to validate URIs
Steps to Reproduce the Problem
View //v1/util/cloud_events_util.cc#L70, in the SetMetadata() code.